aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-27 15:08:06 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-27 18:25:23 -0700
commit2df97f479324150a2982342aaef0ba3949ece07a (patch)
treed514e178fd97743540e1b1abd216043584a4642e /Pipfile
parentd3984ebdcd91cad30133e258fd9ae6b08eaefcc3 (diff)
downloadfatcat-scholar-2df97f479324150a2982342aaef0ba3949ece07a.tar.gz
fatcat-scholar-2df97f479324150a2982342aaef0ba3949ece07a.zip
pipenv: update lint and type check tools
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index ab233e4..ec614de 100644
--- a/Pipfile
+++ b/Pipfile
@@ -40,16 +40,19 @@ ipython = "*"
mypy = "*"
# typing_extensions is required for mypy to operate
typing_extensions = "*"
-pytype = "*"
flake8 = "*"
flake8-annotations = "*"
+isort = "*"
pytest = "*"
pytest-mock = "*"
pytest-cov = "*"
responses = "*"
+types-requests = "*"
+types-beautifulsoup4 = "*"
+types-babel = "*"
# must lock black to an exact version because it is still "beta"
# see: https://github.com/psf/black/issues/517
-black = "==19.10b0"
+black = "==21.9b0"
[requires]
python_version = "3.8"