diff options
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile index f7e59c5..fc63697 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -34,6 +34,10 @@ python-magic = "*" ftfy = "*" internetarchive = "*" Flask = ">=1" +urlcanon = "*" + +# this is only to lock to a python3.5-compatible version +zipp = "<2.0.0" [requires] python_version = "3.5" |