aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-12-01 17:14:20 -0800
committerBryan Newbold <bnewbold@archive.org>2021-12-01 17:14:20 -0800
commit7a5b203dbb37958a452eb1be3bd1bf8ed94cbbce (patch)
treeb425cb2acc63ab0b42114ae87b76fdc70f2faae3 /python/Pipfile
parent0328598e3b643edd0a2033ca97c607f596dfb092 (diff)
downloadsandcrawler-7a5b203dbb37958a452eb1be3bd1bf8ed94cbbce.tar.gz
sandcrawler-7a5b203dbb37958a452eb1be3bd1bf8ed94cbbce.zip
pipenv: update deps
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 72a93e0..2ce40bc 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -42,7 +42,7 @@ psycopg2 = "*"
bs4 = "*"
python-magic = "*"
ftfy = "*"
-internetarchive = "*"
+internetarchive = ">=2.2.0"
Flask = ">=1"
urlcanon = "*"
Pillow = ">=3"