Update requirements.txt
Browse files- requirements.txt +1 -4
requirements.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
Flask==3.0.0
|
2 |
requests
|
3 |
google-genai>=0.6.0
|
4 |
-
psycopg2-binary
|
5 |
gradio-client
|
6 |
pytube
|
7 |
pillow
|
8 |
-
yt-dlp
|
9 |
blinker
|
10 |
click
|
11 |
gunicorn
|
@@ -17,6 +15,5 @@ packaging
|
|
17 |
python-dotenv
|
18 |
Werkzeug
|
19 |
zipp
|
20 |
-
matplotlib
|
21 |
-
redis
|
22 |
numpy
|
|
|
1 |
Flask==3.0.0
|
2 |
requests
|
3 |
google-genai>=0.6.0
|
|
|
4 |
gradio-client
|
5 |
pytube
|
6 |
pillow
|
|
|
7 |
blinker
|
8 |
click
|
9 |
gunicorn
|
|
|
15 |
python-dotenv
|
16 |
Werkzeug
|
17 |
zipp
|
18 |
+
matplotlib
|
|
|
19 |
numpy
|