mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 01:21:07 +00:00
requirements.txt: add black
This way, IDEs can be set up to use the black version from the environment instead of a globally available/bundled black version.
This commit is contained in:
parent
e13e4237f4
commit
ab430e0208
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ setuptools>=65.5.1 # Not a direct dependency, pinned to get a security fix
|
|||
tornado==6.3.3 # Not a direct dependency, pinned to get a security fix
|
||||
|
||||
# Dev
|
||||
black==22.*
|
||||
celery-types==0.18.0
|
||||
django-stubs[compatible-mypy]==4.2.4
|
||||
mypy==1.5.1
|
||||
|
|
Loading…
Reference in a new issue