aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-03-10 23:35:36 -0700
committerBryan Newbold <bnewbold@archive.org>2020-03-10 23:35:36 -0700
commit770675b8104191dfbb013064020116c374b23e4d (patch)
tree20c1b369fa2e3a4830630b323540a64662dcec7b /python/Pipfile
parent05b79a5b4c01f574b14f1e5a3d6414122c3c4b13 (diff)
downloadsandcrawler-770675b8104191dfbb013064020116c374b23e4d.tar.gz
sandcrawler-770675b8104191dfbb013064020116c374b23e4d.zip
pipenv: work around zipp issue
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"