From ba895ce703bd16f01560b8b03d4294ebf2d80aca Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Sun, 15 Sep 2019 17:28:10 -0700 Subject: [PATCH] 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. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1abc64a5b..cc23261fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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