Spaces:
Running
Running
added quart and aiohttp
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,4 +3,6 @@ requests
|
|
3 |
gunicorn
|
4 |
google-generativeai
|
5 |
python-dotenv
|
6 |
-
openai-whisper
|
|
|
|
|
|
3 |
gunicorn
|
4 |
google-generativeai
|
5 |
python-dotenv
|
6 |
+
openai-whisper
|
7 |
+
quart
|
8 |
+
aiohttp
|