aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-09-23 22:57:57 -0700
committerBryan Newbold <bnewbold@archive.org>2019-09-23 22:57:57 -0700
commite2508ee3da64b46f47aec25361839f29de5e73c0 (patch)
treed71606a7a8b728e00fe082b6a62ea23fe76fba5a /python/Pipfile
parent46423ebf953882b68be71334a2145950d0a8b09d (diff)
downloadsandcrawler-e2508ee3da64b46f47aec25361839f29de5e73c0.tar.gz
sandcrawler-e2508ee3da64b46f47aec25361839f29de5e73c0.zip
update Pipfile with additional libraries
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile10
1 files changed, 8 insertions, 2 deletions
diff --git a/python/Pipfile b/python/Pipfile
index 42fb095..1ff64f4 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -21,13 +21,19 @@ pylint = "*"
globalwayback = {version=">=0.3", index="ia"}
happybase = "*"
mrjob = "*"
-requests = "*"
+requests = ">=2"
wayback = {version=">=0.2.1.2", index="ia"}
-xmltodict = "*"
raven = "*"
pykafka = "*"
+confluent-kafka = "*"
python-snappy = "*"
boto3 = "*"
+minio = "*"
+psycopg2 = "*"
+bs4 = "*"
+python-magic = "*"
+ftfy = "*"
+internetarchive = "*"
[requires]
python_version = "3.5"