From e2508ee3da64b46f47aec25361839f29de5e73c0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 23 Sep 2019 22:57:57 -0700 Subject: update Pipfile with additional libraries --- python/Pipfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'python/Pipfile') 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" -- cgit v1.2.3