diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-12-01 17:14:20 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-12-01 17:14:20 -0800 |
commit | 7a5b203dbb37958a452eb1be3bd1bf8ed94cbbce (patch) | |
tree | b425cb2acc63ab0b42114ae87b76fdc70f2faae3 /python/Pipfile | |
parent | 0328598e3b643edd0a2033ca97c607f596dfb092 (diff) | |
download | sandcrawler-7a5b203dbb37958a452eb1be3bd1bf8ed94cbbce.tar.gz sandcrawler-7a5b203dbb37958a452eb1be3bd1bf8ed94cbbce.zip |
pipenv: update deps
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
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" |