Skip to content

Commit 51b123f

Browse files
author
Bob Tabor
committed
Fix requirements.txt
1 parent 4d2ed87 commit 51b123f

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

‎requirements.txt‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# global requirements
22
gunicorn==22.0.0
33
uvicorn==0.23.2
4-
4+
azure_storage==0.37.0
5+
fastapi==0.111.1
6+
SQLAlchemy==2.0.31
7+
sqlmodel==0.0.20

‎src/requirements.txt‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# global requirements
22
gunicorn==22.0.0
33
uvicorn==0.23.2
4-
4+
azure_storage==0.37.0
5+
fastapi==0.111.1
6+
SQLAlchemy==2.0.31
7+
sqlmodel==0.0.20

0 commit comments

Comments
 (0)