Updated minimum requirements
This commit is contained in:
parent
473d5ead7b
commit
7aa1f47378
4 changed files with 5 additions and 5 deletions
2
setup.py
2
setup.py
|
|
@ -74,7 +74,7 @@ setup(name='mongoengine',
|
|||
long_description=LONG_DESCRIPTION,
|
||||
platforms=['any'],
|
||||
classifiers=CLASSIFIERS,
|
||||
install_requires=['pymongo'],
|
||||
install_requires=['pymongo>=2.5'],
|
||||
test_suite='nose.collector',
|
||||
**extra_opts
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue