aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joseph <[email protected]>2018-05-19 19:20:41 +0100
committerGravatar Joseph <[email protected]>2018-05-19 19:20:41 +0100
commit5b222c46db13fb631efb5d34dc33163e0a8f08b9 (patch)
tree544a83c5c8727551e562c7023da24430fcc63354
parentRevert commit changing users url (diff)
Re-instate pillow in Pipfile
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index e6fa798d6..370b77973 100644
--- a/Pipfile
+++ b/Pipfile
@@ -15,7 +15,7 @@ websockets = ">=4.0,<5.0"
yarl = "==1.1.1"
fuzzywuzzy = "*"
python-levenshtein = "*"
-# pillow = "*"
+pillow = "*"
[dev-packages]
"flake8" = "*"