aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-02-03 17:55:14 -0800
committerBryan Newbold <bnewbold@archive.org>2022-02-03 17:55:14 -0800
commitf7b3c21a460c9178958dc57f2dd21693384973b4 (patch)
tree10818e1758f21e7fac26f2cc8d74ff0b0516c446
parent6b59e1f4f08662ac9e6c3adb731af31e42f894a6 (diff)
downloadsandcrawler-f7b3c21a460c9178958dc57f2dd21693384973b4.tar.gz
sandcrawler-f7b3c21a460c9178958dc57f2dd21693384973b4.zip
pipenv: black (code style tool) has a stable release
-rw-r--r--python/Pipfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/python/Pipfile b/python/Pipfile
index 36faed0..cab5616 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -26,10 +26,7 @@ types-beautifulsoup4 = "*"
types-dateparser = "*"
types-psycopg2 = "*"
types-Pillow = "*"
-
-# must lock black to an exact version because it is still "beta"
-# see: https://github.com/psf/black/issues/517
-black = "==21.9b0"
+black = "*"
[packages]
requests = ">=2"