Skip to content

Commit

Permalink
fix: regenerate requirements.txt for prod and dev after the addition …
Browse files Browse the repository at this point in the history
…of bokeh dependency
  • Loading branch information
edelclaux authored and jacquesfize committed Apr 26, 2024
1 parent 502deea commit 89dd318
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 8 deletions.
29 changes: 24 additions & 5 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ blinker==1.7.0
# via
# flask
# flask-mail
bokeh==3.4.1
# via -r requirements-common.in
boto3==1.29.1
# via taxhub
botocore==1.32.1
Expand Down Expand Up @@ -107,6 +109,8 @@ click-repl==0.3.0
# via celery
cligj==0.7.2
# via fiona
contourpy==1.2.1
# via bokeh
cryptography==41.0.5
# via authlib
cssselect2==0.7.0
Expand Down Expand Up @@ -218,7 +222,9 @@ itsdangerous==2.1.2
# flask
# flask-wtf
jinja2==3.1.2
# via flask
# via
# bokeh
# flask
jmespath==1.0.1
# via
# boto3
Expand Down Expand Up @@ -258,21 +264,28 @@ marshmallow-sqlalchemy==0.29.0
munch==4.0.0
# via fiona
numpy==1.26.2
# via pandas
# via shapely
# via
# bokeh
# contourpy
# pandas
# shapely
packaging==23.2
# via
# -r requirements-common.in
# bokeh
# flask-marshmallow
# geoalchemy2
# gunicorn
# marshmallow
# marshmallow-sqlalchemy
pandas==2.1.4
# via -r requirements-common.in
# via
# -r requirements-common.in
# bokeh
pillow==10.1.0
# via
# -r requirements-common.in
# bokeh
# cairosvg
# taxhub
# weasyprint
Expand All @@ -298,8 +311,8 @@ python-dateutil==2.8.2
# -r requirements-common.in
# botocore
# celery
# usershub
# pandas
# usershub
# utils-flask-sqlalchemy
python-dotenv==1.0.0
# via
Expand All @@ -310,6 +323,8 @@ python-dotenv==1.0.0
# usershub
pytz==2023.3.post1
# via pandas
pyyaml==6.0.1
# via bokeh
redis==5.0.1
# via celery
requests==2.31.0
Expand Down Expand Up @@ -350,6 +365,8 @@ tinycss2==1.2.1
# weasyprint
toml==0.10.2
# via -r requirements-common.in
tornado==6.4
# via bokeh
typing-extensions==4.8.0
# via
# alembic
Expand Down Expand Up @@ -399,6 +416,8 @@ wtforms-sqlalchemy==0.3
# via -r requirements-common.in
xmltodict==0.13.0
# via -r requirements-common.in
xyzservices==2024.4.0
# via bokeh
zipp==3.17.0
# via importlib-metadata

Expand Down
38 changes: 35 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ blinker==1.7.0
# via
# flask
# flask-mail
bokeh==3.4.1
# via -r requirements-common.in
boto3==1.34.31
# via taxhub
botocore==1.34.31
Expand All @@ -42,12 +44,15 @@ celery[redis]==5.3.6
certifi==2023.11.17
# via
# fiona
# pyproj
# requests
cffi==1.16.0
# via
# cairocffi
# cryptography
# weasyprint
chardet==5.2.0
# via -r requirements-common.in
charset-normalizer==3.3.2
# via requests
click==8.1.7
Expand All @@ -71,6 +76,8 @@ click-repl==0.3.0
# via celery
cligj==0.7.2
# via fiona
contourpy==1.2.1
# via bokeh
cryptography==42.0.2
# via authlib
cssselect2==0.7.0
Expand Down Expand Up @@ -166,7 +173,9 @@ itsdangerous==2.1.2
# flask
# flask-wtf
jinja2==3.1.3
# via flask
# via
# bokeh
# flask
jmespath==1.0.1
# via
# boto3
Expand Down Expand Up @@ -204,16 +213,26 @@ marshmallow-sqlalchemy==1.0.0
munch==4.0.0
# via fiona
numpy==1.26.3
# via shapely
# via
# bokeh
# contourpy
# pandas
# shapely
packaging==23.2
# via
# -r requirements-common.in
# bokeh
# geoalchemy2
# gunicorn
# marshmallow
pandas==2.2.2
# via
# -r requirements-common.in
# bokeh
pillow==10.2.0
# via
# -r requirements-common.in
# bokeh
# cairosvg
# taxhub
# weasyprint
Expand Down Expand Up @@ -244,18 +263,25 @@ pypnusershub==2.1.3
# -r requirements-dependencies.in
# pypnnomenclature
# taxhub
pyproj==3.0.1 ; python_version < "3.10"
# via -r requirements-common.in
python-dateutil==2.8.2
# via
# -r requirements-common.in
# botocore
# celery
# pandas
# utils-flask-sqlalchemy
python-dotenv==1.0.1
# via
# pypn-habref-api
# pypn-ref-geo
# pypnnomenclature
# taxhub
pytz==2024.1
# via pandas
pyyaml==6.0.1
# via bokeh
redis==5.0.1
# via celery
requests==2.31.0
Expand Down Expand Up @@ -299,12 +325,16 @@ tinycss2==1.2.1
# weasyprint
toml==0.10.2
# via -r requirements-common.in
tornado==6.4
# via bokeh
typing-extensions==4.9.0
# via
# alembic
# kombu
tzdata==2023.4
# via celery
# via
# celery
# pandas
urllib3==1.26.18
# via
# botocore
Expand Down Expand Up @@ -353,6 +383,8 @@ wtforms-sqlalchemy==0.4.1
# via -r requirements-common.in
xmltodict==0.13.0
# via -r requirements-common.in
xyzservices==2024.4.0
# via bokeh
zipp==3.17.0
# via importlib-metadata

Expand Down

0 comments on commit 89dd318

Please sign in to comment.