aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-01-30 16:52:29 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-01-30 16:52:29 -0800
commit0d037d0d2f73b18014d8d98a06fa3f7bc2c9b794 (patch)
tree85e867b30adbde4603824df11797569d78c5ffb7 /python/Pipfile
parent5ba91951bb4ebc59cb59340e82cba2a7d763dc59 (diff)
downloadfatcat-0d037d0d2f73b18014d8d98a06fa3f7bc2c9b794.tar.gz
fatcat-0d037d0d2f73b18014d8d98a06fa3f7bc2c9b794.zip
pipenv: lock zipp version to work around python3.6 requirement
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile
index a5389e4f..838cc2c0 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -53,6 +53,10 @@ pathlib2 = "*"
pycountry = "*"
tldextract = "*"
+# this is only to lock to a python3.5-compatible version. needed by an
+# importlib-metadata, under pytest
+zipp = "<2.0.0"
+
[requires]
# Python 3.5 is the bundled (system) version of python for Ubuntu 16.04
# (Xenial), currently the default on Internet Archive production VMs, as well