Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
fastapi==0.95.2
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
uvicorn==0.21.1
|
|
|
1 |
+
fastapi==0.95.2
|
2 |
+
uvicorn==0.22.0
|
3 |
+
aiohttp==3.8.5
|
4 |
+
pydantic==1.10.7
|
|