Skip to content

Commit

Permalink
feat(release): update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Oct 30, 2024
1 parent 3039b2f commit 1ea058e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion backend/requirements-dependencies.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pypnnomenclature>=1.6.4,<2
pypn_habref_api>=0.4.1,<1
utils-flask-sqlalchemy-geo>=0.3.2,<1
utils-flask-sqlalchemy>=0.4.1,<1
taxhub==2.0.0rc1
taxhub==2.0.0
pypn-ref-geo>=1.5.3,<2
4 changes: 3 additions & 1 deletion backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
-e file:dependencies/UsersHub-authentification-module#egg=pypnusershub
# via
# -r requirements-submodules.in
# pypnnomenclature
# taxhub
# usershub
-e file:dependencies/TaxHub#egg=taxhub
Expand Down Expand Up @@ -273,6 +272,9 @@ packaging==23.2
# gunicorn
# marshmallow
pandas==2.1.4
# via
# -r requirements-common.in
# bokeh
pillow==9.5.0
# via
# -r requirements-common.in
Expand Down
30 changes: 14 additions & 16 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ blinker==1.8.2
# flask-mail
bokeh==3.4.1
# via -r requirements-common.in
boto3==1.34.31
# via taxhub
botocore==1.34.113
# via
# boto3
# s3transfer
cairocffi==1.7.0
# via
# cairosvg
Expand Down Expand Up @@ -179,14 +173,10 @@ itsdangerous==2.2.0
# via
# flask
# flask-wtf

jinja2==3.1.4
# via
# bokeh
# flask
jmespath==1.0.1
# via
# flask
# flask-babel
kombu==5.3.7
# via celery
Expand Down Expand Up @@ -232,6 +222,9 @@ packaging==23.2
# gunicorn
# marshmallow
pandas==2.2.2
# via
# -r requirements-common.in
# bokeh
pillow==9.5.0
# via
# -r requirements-common.in
Expand Down Expand Up @@ -259,12 +252,11 @@ pypn-ref-geo==1.5.3
# via
# -r requirements-dependencies.in
# taxhub
pypnnomenclature==1.6.3
pypnnomenclature==1.6.4
# via -r requirements-dependencies.in
pypnusershub==3.0.0
# via
# -r requirements-dependencies.in
# pypnnomenclature
# taxhub
pyproj==3.0.1 ; python_version < "3.10"
# via -r requirements-common.in
Expand All @@ -281,7 +273,9 @@ python-dotenv==1.0.1
# pypnnomenclature
# taxhub
pytz==2024.2
# via pandas
# via
# flask-babel
# pandas
pyyaml==6.0.1
# via bokeh
redis==5.0.4
Expand Down Expand Up @@ -314,7 +308,7 @@ sqlalchemy==1.4.52
# utils-flask-sqlalchemy
# utils-flask-sqlalchemy-geo
# wtforms-sqlalchemy
taxhub==2.0.0rc1
taxhub==2.0.0
# via
# -r requirements-dependencies.in
# pypnnomenclature
Expand All @@ -324,7 +318,9 @@ tinycss2==1.3.0
# cssselect2
# weasyprint
toml==0.10.2
# via -r requirements-common.in
# via
# -r requirements-common.in
# taxhub
tornado==6.4
# via bokeh
typing-extensions==4.12.0
Expand Down Expand Up @@ -381,7 +377,9 @@ wtforms==3.1.2
wtforms-sqlalchemy==0.4.1
# via -r requirements-common.in
xmltodict==0.13.0
# via -r requirements-common.in
# via
# -r requirements-common.in
# pypnusershub
xyzservices==2024.4.0
# via bokeh
zipp==3.19.0
Expand Down

0 comments on commit 1ea058e

Please sign in to comment.