aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-02-03 17:28:32 -0800
committerBryan Newbold <bnewbold@robocracy.org>2022-02-03 17:28:32 -0800
commit87ef5fb744e036d72b8c50598d5fbc5483d49e3e (patch)
tree796dc9fe200975836ec9c68fa62356b3d930f90c /python
parent301abbce765cbe5b905b7d1751819668d95801d0 (diff)
downloadfatcat-87ef5fb744e036d72b8c50598d5fbc5483d49e3e.tar.gz
fatcat-87ef5fb744e036d72b8c50598d5fbc5483d49e3e.zip
pipenv: black (code style tool) has a stable release
Diffstat (limited to 'python')
-rw-r--r--python/Pipfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/Pipfile b/python/Pipfile
index 30a663b9..f9916779 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -25,9 +25,7 @@ types-requests = "*"
types-beautifulsoup4 = "*"
types-toml = "*"
types-dateparser = "*"
-# 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]
fatcat-openapi-client = {path = "./../python_openapi_client"}