Remove pillow from requirements

This was originally suggested due to an imagefield, but that is
no longer present. Since Pillow is not required to run Evennia,
we should remove it and let the users opt into it if they end
up wanting/needing it for their custom code.
This commit is contained in:
Greg Taylor 2019-09-15 17:28:10 -07:00
parent cdb9e3290a
commit 013c5a1884

View file

@ -3,7 +3,6 @@
# general
django >= 2.2.5, < 2.3
twisted >= 19.2.1, < 20.0.0
pillow == 5.2.0
pytz
django-sekizai
inflect