Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
|
|
|
|
|
|
1 |
aiohttp
|
2 |
python-dotenv
|
3 |
-
fastapi
|
4 |
-
uvicorn
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
gunicorn
|
4 |
aiohttp
|
5 |
python-dotenv
|
|
|
|