Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
|
2 |
-
flask[async]
|
3 |
ytmusicapi
|
4 |
python-dotenv
|
5 |
cloudscraper
|
6 |
fastapi
|
7 |
-
redis
|
|
|
|
|
|
|
|
1 |
+
Fastapi
|
|
|
2 |
ytmusicapi
|
3 |
python-dotenv
|
4 |
cloudscraper
|
5 |
fastapi
|
6 |
+
redis
|
7 |
+
uvicorn
|
8 |
+
jinja2
|
9 |
+
python-multipart
|