From 2515888f2211ece5172a88b3108aa7598add2bb2 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 3 Feb 2022 19:10:29 -0800 Subject: pipenv: black (code style tool) has stable release; add some more type annotations --- Pipfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index dcdf16e..f3d63a1 100644 --- a/Pipfile +++ b/Pipfile @@ -18,10 +18,9 @@ pytest-cov = "*" mypy = "*" flake8 = "*" flake8-annotations = "*" - -# must lock black to an exact version because it is still "beta" -# see: https://github.com/psf/black/issues/517 -black = "==19.10b0" +black = "*" +types-toml = "*" +types-requests = "*" [requires] python_version = "3.8" -- cgit v1.2.3