Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
fastapi==0.95.2
|
2 |
-
httpx==0.23.3
|
3 |
-
pydantic==1.10.4
|
4 |
-
python-dotenv==0.21.0
|
5 |
-
uvicorn==0.21.1
|
|
|
|
1 |
+
fastapi==0.95.2
|
2 |
+
httpx==0.23.3
|
3 |
+
pydantic==1.10.4
|
4 |
+
python-dotenv==0.21.0
|
5 |
+
uvicorn==0.21.1
|
6 |
+
aiohttp
|