diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-09-07 20:03:07 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-09-07 20:03:07 -0700 |
commit | b44a1ac5267258f4ab5e967195da5e5a8d2b6d16 (patch) | |
tree | 10e7baec7e2e22e8916c28febddc1b2b2167952d /python/Pipfile | |
parent | 4589f574ae8fb29d959ff60e99a15098fee8a15a (diff) | |
download | sandcrawler-b44a1ac5267258f4ab5e967195da5e5a8d2b6d16.tar.gz sandcrawler-b44a1ac5267258f4ab5e967195da5e5a8d2b6d16.zip |
pipenv: removed unused deps; re-lock deps
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/Pipfile b/python/Pipfile index a1ffa99..c2a102b 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -30,7 +30,6 @@ black = "*" [packages] requests = ">=2" -raven = {extras = ['flask'],version = "*"} confluent-kafka = "*" python-snappy = "*" boto3 = "*" @@ -40,7 +39,6 @@ bs4 = "*" python-magic = "*" ftfy = "*" internetarchive = "*" -Flask = ">=1" urlcanon = "*" Pillow = ">=3" python-poppler = ">=0.2.1" |