Really-amin commited on
Commit
de987bd
·
verified ·
1 Parent(s): cfdf6d3

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. app/requirements.txt +11 -0
app/requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.109.0
2
+ uvicorn[standard]==0.27.0
3
+ pydantic==2.5.3
4
+ sqlalchemy==2.0.25
5
+ httpx>=0.26.0
6
+ websockets>=12.0
7
+ python-dotenv
8
+ python-multipart
9
+ requests
10
+ aiohttp>=3.8.0
11
+ plotly