aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Pipfile b/Pipfile
index 8947189..acf2bff 100644
--- a/Pipfile
+++ b/Pipfile
@@ -9,6 +9,7 @@ name = "pypi"
[packages]
[dev-packages]
+black = "*"
flake8 = "*"
flake8-annotations = "*"
isort = "*"
@@ -19,9 +20,5 @@ pytest-cov = "*"
requests = "*"
typing_extensions = "*"
-# must lock black to an exact version because it is still "beta"
-# see: https://github.com/psf/black/issues/517
-black = "==21.9b0"
-
[requires]
python_version = "3.8"