From affc12df4b4e23a88cf589d3b44bcfaecf25cc97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20W=C3=B3jcik?= Date: Tue, 17 Jan 2017 02:43:29 -0500 Subject: [PATCH] Update README.rst --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index fa872afd..a7b9c48c 100644 --- a/README.rst +++ b/README.rst @@ -38,16 +38,20 @@ Dependencies All of the dependencies can easily be installed via `pip `_. Bare minimum you need to use this package: + - pymongo>=2.7.1 - six>=1.10.0 If you utilize a ``DateTimeField`` and want to use a more flexible date parser: + - dateutil>=2.1.0 If you to utilize an ``ImageField`` or ``ImageGridFsProxy``: + - Pillow>=2.0.0 If you want to generate the documentation (e.g. to contribute to it): + - sphinx Examples