aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile9
1 files changed, 2 insertions, 7 deletions
diff --git a/python/Pipfile b/python/Pipfile
index cf6b99e..d8fa8a8 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -16,14 +16,12 @@ responses = ">=0.10"
pytest-cov = "*"
pytest-mock = "*"
pylint = "*"
-
-# newer ipython conflicts with python3.5
-ipython = "<7.0.0"
+ipython = "*"
+mypy = "*"
[packages]
requests = ">=2"
raven = {extras = ['flask'],version = "*"}
-pykafka = "*"
confluent-kafka = "*"
python-snappy = "*"
boto3 = "*"
@@ -36,9 +34,6 @@ internetarchive = "*"
Flask = ">=1"
urlcanon = "*"
-# this is only to lock to a python3.5-compatible version
-zipp = "<2.0.0"
-
[requires]
python_version = "3.7"