From 03bfb530e782603e597368f765adee6db7986a1a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 9 Jan 2020 18:02:33 -0800 Subject: update Pipfile to be xenial-compatible --- python/Pipfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python/Pipfile') 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 = "*"} -- cgit v1.2.3