Merge pull request #941 from MongoEngine/yograterol-patch-1

Remove support to PIL.
This commit is contained in:
Omer Katz 2015-04-09 10:19:48 +03:00
commit 103a287f11

View File

@ -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