From a75f85eb109358a0ef564688553c4e1e479b53df Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 26 May 2020 19:30:53 -0700 Subject: pipenv: remove old python3.5 cruft; add mypy --- python/Pipfile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'python/Pipfile') 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" -- cgit v1.2.3