From 22f3c702340105e3b8fee562d0fc526dc6e8b658 Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Mon, 17 Jun 2019 09:41:41 +0200 Subject: [PATCH] Fix PyMongo dependency in the readme [ci skip] --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fe5f5f22..679980f8 100644 --- a/README.rst +++ b/README.rst @@ -47,7 +47,7 @@ Dependencies All of the dependencies can easily be installed via `pip `_. At the very least, you'll need these two packages to use MongoEngine: -- pymongo>=3.5 +- pymongo>=3.4 - six>=1.10.0 If you utilize a ``DateTimeField``, you might also use a more flexible date parser: