diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-26 19:30:53 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-26 19:31:52 -0700 |
commit | a75f85eb109358a0ef564688553c4e1e479b53df (patch) | |
tree | 0227263470a60310b341062d15440dc3fc545aa3 /python/Pipfile | |
parent | 9ecb497d1218a6400b93be40fc8e5d7798702329 (diff) | |
download | sandcrawler-a75f85eb109358a0ef564688553c4e1e479b53df.tar.gz sandcrawler-a75f85eb109358a0ef564688553c4e1e479b53df.zip |
pipenv: remove old python3.5 cruft; add mypy
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 9 |
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" |