We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5e982 commit b184e21Copy full SHA for b184e21
2 files changed
pyproject.toml
@@ -6,6 +6,7 @@ readme = "README.md"
6
requires-python = ">=3.11"
7
dependencies = [
8
"beautifulsoup4",
9
+ "fastapi>=0.136.0",
10
"google-cloud-logging>=3.15.0",
11
"icalevents",
12
"psycopg2-binary",
@@ -14,4 +15,5 @@ dependencies = [
14
15
"requests",
16
"sqlalchemy",
17
"sqlalchemy-cockroachdb",
18
+ "uvicorn>=0.44.0",
19
]
0 commit comments