From 013c5a1884ebe74ac5dedd7df03c31ba2d3c3dc8 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 1abc64a5b6..cc23261fa1 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