From 7fff635a3f2bd4957ad406f433dc942d2acec357 Mon Sep 17 00:00:00 2001 From: Yohan Graterol Date: Wed, 8 Apr 2015 11:29:55 -0500 Subject: [PATCH] Remove support to PIL. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8bc575ee..1d01d8b7 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ Dependencies Optional Dependencies --------------------- - **Django Integration:** Django>=1.4.0 for Python 2.x or PyPy and Django>=1.5.0 for Python 3.x -- **Image Fields**: Pillow>=2.0.0 or PIL (not recommended since MongoEngine is tested with Pillow) +- **Image Fields**: Pillow>=2.0.0 - dateutil>=2.1.0 .. note