aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-02-03 19:10:29 -0800
committerBryan Newbold <bnewbold@archive.org>2022-02-03 19:10:29 -0800
commit2515888f2211ece5172a88b3108aa7598add2bb2 (patch)
tree6255997a414ae10335a387f1161bc311fe52d26a /Pipfile
parenta53dac1a9787abc9b25008b96505b450eee010ac (diff)
downloadchocula-2515888f2211ece5172a88b3108aa7598add2bb2.tar.gz
chocula-2515888f2211ece5172a88b3108aa7598add2bb2.zip
pipenv: black (code style tool) has stable release; add some more type annotations
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile7
1 files changed, 3 insertions, 4 deletions
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"