Khelendramee commited on
Commit
dd4501c
·
verified ·
1 Parent(s): eb6f602

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -13
requirements.txt CHANGED
@@ -1,13 +1,10 @@
1
- fastapi
2
- uvicorn
3
- tensorflow
4
- ray
5
- flask
6
- scikit-learn
7
- numpy
8
- pandas
9
- Django>=3.2
10
- yfinance
11
- pytz
12
- gunicorn
13
- apscheduler==3.8.1
 
1
+ fastapi>=0.98.0
2
+ uvicorn>=0.22.0
3
+ pydantic>=2.0.0
4
+ openai-whisper>=20230314
5
+ googletrans>=3.1.0a0
6
+ gtts>=2.3.2
7
+ yt-dlp>=2023.3.4
8
+ python-multipart>=0.0.6
9
+ aiofiles>=23.1.0
10
+ httpx>=0.24.1