1 parent a52df2c commit 0131a50Copy full SHA for 0131a50
2 files changed
src/pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "fastapi_app"
3
version = "1.0.0"
4
-description = "Create a relecloud demo application with fastapi and postgres-flexible"
+description = "Create a restaurants review app with FastAPI and PostgreSQL"
5
dependencies = [
6
"azure-monitor-opentelemetry",
7
"fastapi",
src/requirements.txt
@@ -1,7 +1 @@
-# global requirements
-gunicorn==22.0.0
-uvicorn==0.23.2
-fastapi==0.111.1
-psycopg2
-SQLAlchemy==2.0.31
-sqlmodel==0.0.20
+gunicorn==22.0.0
0 commit comments