aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile
index e34479a..f7e59c5 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -9,7 +9,6 @@ url = "https://pypi.python.org/simple"
verify_ssl = true
[dev-packages]
-ipython = "*"
pytest = ">=4"
pytest-pythonpath = "*"
pytest-pylint = "*"
@@ -18,6 +17,9 @@ pytest-cov = "*"
pytest-mock = "*"
pylint = "*"
+# newer ipython conflicts with python3.5
+ipython = "<7.0.0"
+
[packages]
requests = ">=2"
raven = {extras = ['flask'],version = "*"}