Merge branch '0.9' into pr/673

Conflicts:
	.travis.yml
This commit is contained in:
Ross Lawley
2014-06-26 16:11:12 +01:00
9 changed files with 237 additions and 23 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
)