Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ packaging==24.0
# pyproject-api
# pytest
# tox
pandas==1.5.3
platformdirs==4.2.0
# via
# tox
Expand Down
1 change: 1 addition & 0 deletions api/requirements-minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ flask-api-utils
Flask-SQLAlchemy
httplib2
networkx
pandas
psycopg2-binary
pydantic
pytz
Expand Down
1 change: 1 addition & 0 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ markupsafe==2.1.5
# werkzeug
networkx==3.2.1
# via -r requirements-minimal.txt
pandas==1.5.3
psycopg2-binary==2.9.9
# via -r requirements-minimal.txt
pydantic==2.6.4
Expand Down
Loading