Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -8
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
python-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
pydantic
|
4 |
+
openai
|
5 |
+
google-generativeai
|
6 |
+
google-api-python-client
|
7 |
+
requests
|
8 |
+
python-dotenv
|
9 |
+
yt-dlp
|
10 |
+
youtube-transcript-api
|