diff options
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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" |