This commit is contained in:
Ross Lawley
2014-06-26 16:02:40 +01:00
parent b02a31d4b9
commit dd51589f67
3 changed files with 9 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ setup(name='mongoengine',
long_description=LONG_DESCRIPTION,
platforms=['any'],
classifiers=CLASSIFIERS,
install_requires=['pymongo>=2.5'],
install_requires=['pymongo>=2.7'],
test_suite='nose.collector',
**extra_opts
)