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
commit f1d6ce7d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
)