diff options
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 10 |
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" |