diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-02-03 17:55:14 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-02-03 17:55:14 -0800 |
commit | f7b3c21a460c9178958dc57f2dd21693384973b4 (patch) | |
tree | 10818e1758f21e7fac26f2cc8d74ff0b0516c446 /python | |
parent | 6b59e1f4f08662ac9e6c3adb731af31e42f894a6 (diff) | |
download | sandcrawler-f7b3c21a460c9178958dc57f2dd21693384973b4.tar.gz sandcrawler-f7b3c21a460c9178958dc57f2dd21693384973b4.zip |
pipenv: black (code style tool) has a stable release
Diffstat (limited to 'python')
-rw-r--r-- | python/Pipfile | 5 |
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" |