diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-03-10 23:35:36 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-03-10 23:35:36 -0700 |
commit | 770675b8104191dfbb013064020116c374b23e4d (patch) | |
tree | 20c1b369fa2e3a4830630b323540a64662dcec7b /python/Pipfile | |
parent | 05b79a5b4c01f574b14f1e5a3d6414122c3c4b13 (diff) | |
download | sandcrawler-770675b8104191dfbb013064020116c374b23e4d.tar.gz sandcrawler-770675b8104191dfbb013064020116c374b23e4d.zip |
pipenv: work around zipp issue
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 3 |
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" |