Create requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Flask==3.0.0
|
2 |
+
requests
|
3 |
+
google-generativeai
|
4 |
+
psycopg2-binary
|
5 |
+
gradio-client
|
6 |
+
pytube
|
7 |
+
pillow
|
8 |
+
yt-dlp
|
9 |
+
blinker
|
10 |
+
click
|
11 |
+
gunicorn
|
12 |
+
importlib-metadata
|
13 |
+
itsdangerous
|
14 |
+
Jinja2
|
15 |
+
MarkupSafe
|
16 |
+
packaging
|
17 |
+
python-dotenv
|
18 |
+
Werkzeug
|
19 |
+
zipp
|
20 |
+
redis
|