osnarayana commited on
Commit
fa9dd97
·
1 Parent(s): da97e07

Add all to requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -3
requirements.txt CHANGED
@@ -1,9 +1,24 @@
 
 
 
 
 
 
 
 
 
1
  fastapi
2
  uvicorn
3
- python-multipart
4
  gtts
5
- moviepy
 
 
 
 
 
 
 
 
6
  opencv-python-headless
7
- streamlit
8
  python-dotenv
9
  SQLAlchemy
 
1
+ streamlit
2
+ requests
3
+ pillow==9.5.0
4
+ sentence_transformers
5
+ scikit-learn
6
+ nltk
7
+ sentry-sdk
8
+ moviepy==1.0.3
9
+ srt
10
  fastapi
11
  uvicorn
 
12
  gtts
13
+ pydantic
14
+ mutagen
15
+ requests
16
+ # Required moviepy dependencies
17
+ imageio
18
+ imageio-ffmpeg
19
+ decorator
20
+ tqdm
21
+ python-multipart
22
  opencv-python-headless
 
23
  python-dotenv
24
  SQLAlchemy