aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-12-01 17:37:10 -0800
committerBryan Newbold <bnewbold@archive.org>2021-12-01 17:37:19 -0800
commit6777004f20f742134105c18d6bae06d0ce362d50 (patch)
tree768bb742d1aa94e2077fd785e6a9c10a8835548d /python/Pipfile
parent7a5b203dbb37958a452eb1be3bd1bf8ed94cbbce (diff)
downloadsandcrawler-6777004f20f742134105c18d6bae06d0ce362d50.tar.gz
sandcrawler-6777004f20f742134105c18d6bae06d0ce362d50.zip
Revert "pipenv: update deps"
This reverts commit 7a5b203dbb37958a452eb1be3bd1bf8ed94cbbce. There is a problem with `internetarchive` 2.2.0, so reverting for now.
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile
index 2ce40bc..72a93e0 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -42,7 +42,7 @@ psycopg2 = "*"
bs4 = "*"
python-magic = "*"
ftfy = "*"
-internetarchive = ">=2.2.0"
+internetarchive = "*"
Flask = ">=1"
urlcanon = "*"
Pillow = ">=3"