aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"