Update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
@@ -1,4 +1,11 @@
|
|
1 |
Flask
|
2 |
-
google-
|
3 |
Flask-login
|
4 |
-
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Flask
|
2 |
+
google-genai
|
3 |
Flask-login
|
4 |
+
python-dotenv
|
5 |
+
aiohttp>=3.11.18
|
6 |
+
email-validator>=2.2.0
|
7 |
+
flask[async]>=3.1.0
|
8 |
+
flask-sqlalchemy>=3.1.1
|
9 |
+
gunicorn>=23.0.0
|
10 |
+
psycopg2-binary>=2.9.10
|
11 |
+
pydub>=0.25.1
|