From 80530bb13c357cbac14547bec268fdcf5cfe19c7 Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Tue, 17 Jan 2017 02:46:37 -0500 Subject: [PATCH] nicer readme --- README.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index a7b9c48c..068cc4ba 100644 --- a/README.rst +++ b/README.rst @@ -35,18 +35,16 @@ setup.py install``. Dependencies ============ -All of the dependencies can easily be installed via `pip `_. - -Bare minimum you need to use this package: +All of the dependencies can easily be installed via `pip `_. At the very least, you'll need these two packages to use MongoEngine: - pymongo>=2.7.1 - six>=1.10.0 -If you utilize a ``DateTimeField`` and want to use a more flexible date parser: +If you utilize a ``DateTimeField`` and you want to use a more flexible date parser: - dateutil>=2.1.0 -If you to utilize an ``ImageField`` or ``ImageGridFsProxy``: +If you also utilize an ``ImageField`` or ``ImageGridFsProxy``: - Pillow>=2.0.0