aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile
index a545879..fc63697 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -36,6 +36,9 @@ internetarchive = "*"
Flask = ">=1"
urlcanon = "*"
+# this is only to lock to a python3.5-compatible version
+zipp = "<2.0.0"
+
[requires]
python_version = "3.5"