diff options
author | 2018-05-19 18:08:37 +0100 | |
---|---|---|
committer | 2018-05-19 18:08:37 +0100 | |
commit | 6b6c5c82f94b0c0821907f9f7d6f63779c870203 (patch) | |
tree | 298fa4b4605d09b8faa435b5f1f66b0b108e0ab6 | |
parent | Snake cog (#78) (diff) |
Add missing module to Pipfile
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ websockets = ">=4.0,<5.0" yarl = "==1.1.1" fuzzywuzzy = "*" python-levenshtein = "*" +pillow = "*" [dev-packages] "flake8" = "*" |