aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile21
1 files changed, 13 insertions, 8 deletions
diff --git a/python/Pipfile b/python/Pipfile
index 1ff64f4..eae64f3 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -10,20 +10,16 @@ verify_ssl = true
[dev-packages]
ipython = "*"
-happybase-mock = "*"
-pytest = "*"
+pytest = ">=4"
pytest-pythonpath = "*"
-responses = "*"
+pytest-pylint = "*"
+responses = ">=0.10"
pytest-cov = "*"
pylint = "*"
[packages]
-globalwayback = {version=">=0.3", index="ia"}
-happybase = "*"
-mrjob = "*"
requests = ">=2"
-wayback = {version=">=0.2.1.2", index="ia"}
-raven = "*"
+raven = {extras = ['flask'],version = "*"}
pykafka = "*"
confluent-kafka = "*"
python-snappy = "*"
@@ -34,6 +30,15 @@ bs4 = "*"
python-magic = "*"
ftfy = "*"
internetarchive = "*"
+Flask = ">=1"
[requires]
python_version = "3.5"
+
+[packages.globalwayback]
+version = ">=0.3"
+index = "ia"
+
+[packages.wayback]
+version = ">=0.2.1.2"
+index = "ia"