Skip to content

Commit

Permalink
add black in dev requirements #3162
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Feb 14, 2025
1 parent f6f069d commit 091c63b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-r requirements-common.in
-r requirements-submodules.in
-r requirements-submodules.in
black==24.10.0
13 changes: 13 additions & 0 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ bcrypt==4.2.1
# via pypnusershub
billiard==4.2.1
# via celery
black==24.10.0
# via -r requirements-dev.in
blinker==1.9.0
# via
# flask
Expand All @@ -84,6 +86,7 @@ charset-normalizer==3.4.1
click==8.1.8
# via
# -r requirements-common.in
# black
# celery
# click-didyoumean
# click-plugins
Expand Down Expand Up @@ -252,6 +255,8 @@ marshmallow-sqlalchemy==1.1.1
# taxhub
# usershub
# utils-flask-sqlalchemy-geo
mypy-extensions==1.0.0
# via black
numpy==2.0.2
# via
# bokeh
Expand All @@ -261,6 +266,7 @@ numpy==2.0.2
packaging==24.2
# via
# -r requirements-common.in
# black
# bokeh
# geoalchemy2
# gunicorn
Expand All @@ -269,12 +275,16 @@ pandas==2.2.3
# via
# -r requirements-common.in
# bokeh
pathspec==0.12.1
# via black
pillow==9.5.0
# via
# -r requirements-common.in
# bokeh
# taxhub
# weasyprint
platformdirs==4.3.6
# via black
prompt-toolkit==3.0.48
# via click-repl
psycopg2==2.9.10
Expand Down Expand Up @@ -359,11 +369,14 @@ toml==0.10.2
# via
# -r requirements-common.in
# taxhub
tomli==2.2.1
# via black
tornado==6.4.2
# via bokeh
typing-extensions==4.12.2
# via
# alembic
# black
# kombu
tzdata==2024.2
# via
Expand Down

0 comments on commit 091c63b

Please sign in to comment.