Update requirements.txt
Browse files- requirements.txt +9 -13
requirements.txt
CHANGED
@@ -1,14 +1,10 @@
|
|
1 |
-
#
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
# Shared dependencies
|
11 |
-
python-dotenv==1.0.0
|
12 |
-
youtube-transcript-api==0.6.1
|
13 |
-
langdetect==1.0.9
|
14 |
deep-translator==1.11.4
|
|
|
1 |
+
# Backend dependencies
|
2 |
+
fastapi==0.104.1
|
3 |
+
uvicorn==0.23.2
|
4 |
+
pydantic==2.4.2
|
5 |
+
|
6 |
+
# Shared dependencies
|
7 |
+
python-dotenv==1.0.0
|
8 |
+
youtube-transcript-api==0.6.1
|
9 |
+
langdetect==1.0.9
|
|
|
|
|
|
|
|
|
10 |
deep-translator==1.11.4
|