diff options
| author | Bryan Newbold <bnewbold@archive.org> | 2021-12-01 17:37:10 -0800 |
|---|---|---|
| committer | Bryan Newbold <bnewbold@archive.org> | 2021-12-01 17:37:19 -0800 |
| commit | 6777004f20f742134105c18d6bae06d0ce362d50 (patch) | |
| tree | 768bb742d1aa94e2077fd785e6a9c10a8835548d /python/Pipfile | |
| parent | 7a5b203dbb37958a452eb1be3bd1bf8ed94cbbce (diff) | |
| download | sandcrawler-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/Pipfile | 2 |
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" |
