diff options
| author | 2018-05-19 19:20:41 +0100 | |
|---|---|---|
| committer | 2018-05-19 19:20:41 +0100 | |
| commit | 5b222c46db13fb631efb5d34dc33163e0a8f08b9 (patch) | |
| tree | 544a83c5c8727551e562c7023da24430fcc63354 | |
| parent | Revert commit changing users url (diff) | |
Re-instate pillow in Pipfile
Diffstat (limited to '')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ websockets = ">=4.0,<5.0" yarl = "==1.1.1" fuzzywuzzy = "*" python-levenshtein = "*" -# pillow = "*" +pillow = "*" [dev-packages] "flake8" = "*" |