Skip to content

Commit b184e21

Browse files
committed
fix: add missing fastapi and uvicorn dependencies
1 parent 1a5e982 commit b184e21

2 files changed

Lines changed: 216 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
88
"beautifulsoup4",
9+
"fastapi>=0.136.0",
910
"google-cloud-logging>=3.15.0",
1011
"icalevents",
1112
"psycopg2-binary",
@@ -14,4 +15,5 @@ dependencies = [
1415
"requests",
1516
"sqlalchemy",
1617
"sqlalchemy-cockroachdb",
18+
"uvicorn>=0.44.0",
1719
]

0 commit comments

Comments
 (0)