Really-amin commited on
Commit
2c3a9e4
·
verified ·
1 Parent(s): e28f379

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. backend/requirements.txt +15 -0
backend/requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn[standard]==0.24.0
3
+ pydantic==2.5.0
4
+ python-multipart==0.0.6
5
+ httpx==0.25.0
6
+ python-dotenv==1.0.0
7
+ requests==2.31.0
8
+ ccxt==4.0.107
9
+ pandas==2.1.1
10
+ numpy==1.26.0
11
+ matplotlib==3.8.0
12
+ plotly==5.18.0
13
+ ta==0.10.2
14
+ scikit-learn==1.3.1
15
+ joblib==1.3.2