luguog commited on
Commit
565a801
·
verified ·
1 Parent(s): 1ef4dd9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -1,5 +1,9 @@
1
- fastapi
2
- uvicorn
3
- requests
4
- pandas
5
- pandas_ta
 
 
 
 
 
1
+ litellm>=1.20.0
2
+ pandas>=2.0.0
3
+ pandas-ta>=0.3.14
4
+ pytz>=2023.3
5
+ websockets>=12.0
6
+ flask>=2.3.0
7
+ asyncio>=3.4.3
8
+ aiohttp>=3.8.0
9
+ nest-asyncio>=1.5.0