Merge pull request #2189 from jangop/patch-1

Specify version of requirement
This commit is contained in:
Bastien Gérard
2019-11-08 21:25:41 +01:00
committed by GitHub

View File

@@ -143,7 +143,7 @@ setup(
long_description=LONG_DESCRIPTION,
platforms=["any"],
classifiers=CLASSIFIERS,
install_requires=["pymongo>=3.4", "six"],
install_requires=["pymongo>=3.4", "six>=1.10.0"],
cmdclass={"test": PyTest},
**extra_opts
)