Skip to content
Merged
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ requires-python = ">=3.10"
dependencies = [
"aiohttp>=3.9.5",
"asyncmy==0.2.8",
"cryptography>=45.0.6",
"fastapi[standard]>=0.115.5",
"pandas>=2.0.3",
"prometheus-client>=0.21.0",
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ certifi==2024.8.30
# via
# httpcore
# httpx
cffi==1.17.1
# via cryptography
click==8.1.7
# via
# typer
# uvicorn
cryptography==45.0.6
# via core-api (pyproject.toml)
dnspython==2.7.0
# via email-validator
email-validator==2.2.0
Expand Down Expand Up @@ -75,6 +79,8 @@ prometheus-client==0.21.0
# starlette-prometheus
propcache==0.2.0
# via yarl
pycparser==2.22
# via cffi
pydantic==2.10.2
# via fastapi
pydantic-core==2.27.1
Expand Down
Loading