Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
requests==2.26.0
|
5 |
-
gunicorn==20.1.0
|
6 |
-
aiohttp==3.7.4
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
aiohttp
|
|
|
|
|
|