Skip to content

Commit 0131a50

Browse files
committed
Update reqs
1 parent a52df2c commit 0131a50

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

‎src/pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "fastapi_app"
33
version = "1.0.0"
4-
description = "Create a relecloud demo application with fastapi and postgres-flexible"
4+
description = "Create a restaurants review app with FastAPI and PostgreSQL"
55
dependencies = [
66
"azure-monitor-opentelemetry",
77
"fastapi",

‎src/requirements.txt‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
# global requirements
2-
gunicorn==22.0.0
3-
uvicorn==0.23.2
4-
fastapi==0.111.1
5-
psycopg2
6-
SQLAlchemy==2.0.31
7-
sqlmodel==0.0.20
1+
gunicorn==22.0.0

0 commit comments

Comments
 (0)