Bump the required version of pymongo to >=3.5

This commit is contained in:
Bastien Gérard
2019-03-17 22:04:19 +01:00
parent 3d762fed10
commit 68497542b3
8 changed files with 4 additions and 35 deletions

View File

@@ -47,7 +47,7 @@ Dependencies
All of the dependencies can easily be installed via `pip <https://pip.pypa.io/>`_.
At the very least, you'll need these two packages to use MongoEngine:
- pymongo>=2.7.1
- pymongo>=3.5
- six>=1.10.0
If you utilize a ``DateTimeField``, you might also use a more flexible date parser: