summaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-02-26 22:05:43 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-02-26 22:05:43 -0800
commitae50ee2274031ddc178fa4a10b59280e8440a24c (patch)
tree5a17d5d5f875ab6ff770c955b25626c6f36d16a8 /python/Pipfile
parent1556cdd7f0f5f4bc4fe5ccc9764c1598c852bb9b (diff)
parent81e0784813500a39955c20278140e25d7940d9c6 (diff)
downloadfatcat-ae50ee2274031ddc178fa4a10b59280e8440a24c.tar.gz
fatcat-ae50ee2274031ddc178fa4a10b59280e8440a24c.zip
Merge branch 'bnewbold-elastic-v03b'
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/Pipfile b/python/Pipfile
index 1a19a145..838cc2c0 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -51,6 +51,11 @@ dateparser = ">=0.7"
langdetect = "*"
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