From aca29bf538c19e6fb02b4a0175e4f09a23267299 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 2 Nov 2021 12:14:32 -0700 Subject: pipenv: additional dev tools (black, types, isort, mypy) --- python/Pipfile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'python') diff --git a/python/Pipfile b/python/Pipfile index 4b9f086b..ea057ea0 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -17,6 +17,17 @@ pytest-cov = "==2.*" pylint = "==2.*" pytest-mock = "==3.*" flake8 = "==3.*" +flake8-annotations = "*" +mypy = "*" +typing_extensions = "*" +isort = "*" +types-requests = "*" +types-beautifulsoup4 = "*" +types-toml = "*" +types-dateparser = "*" +# must lock black to an exact version because it is still "beta" +# see: https://github.com/psf/black/issues/517 +black = "==21.9b0" [packages] fatcat-openapi-client = {path = "./../python_openapi_client"} -- cgit v1.2.3