Skip to content

Commit

Permalink
fix: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dlbrittain committed Sep 14, 2024
1 parent 6d4ff51 commit 6b3d4c5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ jsonschema
SQLAlchemy
shapely
geoalchemy2
flask-cors
flask-cors
pandas
19 changes: 15 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ click==8.1.7
# via flask
flask==3.0.3
# via flask-cors
flask-cors==4.0.1
flask-cors==5.0.0
# via -r requirements.in
geoalchemy2==0.15.2
# via -r requirements.in
greenlet==3.0.3
greenlet==3.1.0
# via sqlalchemy
itsdangerous==2.2.0
# via flask
Expand All @@ -34,14 +34,21 @@ marshmallow==3.22.0
# marshmallow-jsonschema
marshmallow-jsonschema==0.13.0
# via -r requirements.in
numpy==2.1.0
numpy==2.1.1
# via
# -r requirements.in
# pandas
# shapely
packaging==24.1
# via
# geoalchemy2
# marshmallow
pandas==2.2.2
# via -r requirements.in
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.2
# via pandas
referencing==0.35.1
# via
# jsonschema
Expand All @@ -52,11 +59,15 @@ rpds-py==0.20.0
# referencing
shapely==2.0.6
# via -r requirements.in
sqlalchemy==2.0.32
six==1.16.0
# via python-dateutil
sqlalchemy==2.0.34
# via
# -r requirements.in
# geoalchemy2
typing-extensions==4.12.2
# via sqlalchemy
tzdata==2024.1
# via pandas
werkzeug==3.0.4
# via flask

0 comments on commit 6b3d4c5

Please sign in to comment.