Merge pull request #2189 from jangop/patch-1
Specify version of requirement
This commit is contained in:
commit
f1d6ce7d12
2
setup.py
2
setup.py
@ -143,7 +143,7 @@ setup(
|
|||||||
long_description=LONG_DESCRIPTION,
|
long_description=LONG_DESCRIPTION,
|
||||||
platforms=["any"],
|
platforms=["any"],
|
||||||
classifiers=CLASSIFIERS,
|
classifiers=CLASSIFIERS,
|
||||||
install_requires=["pymongo>=3.4", "six"],
|
install_requires=["pymongo>=3.4", "six>=1.10.0"],
|
||||||
cmdclass={"test": PyTest},
|
cmdclass={"test": PyTest},
|
||||||
**extra_opts
|
**extra_opts
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user