From 770675b8104191dfbb013064020116c374b23e4d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 10 Mar 2020 23:35:36 -0700 Subject: pipenv: work around zipp issue --- python/Pipfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/Pipfile') 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" -- cgit v1.2.3