Update requirements.txt
Browse files- requirements.txt +1 -5
requirements.txt
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
fastapi==0.95.2
|
2 |
uvicorn==0.22.0
|
3 |
slowapi==0.1.4
|
4 |
-
aiohttp==3.8.4
|
5 |
-
sqlalchemy==1.4.46
|
6 |
-
pymysql==1.0.3
|
7 |
-
python-dotenv==1.0.0
|
8 |
-
cryptography==41.0.2
|
|
|
1 |
fastapi==0.95.2
|
2 |
uvicorn==0.22.0
|
3 |
slowapi==0.1.4
|
4 |
+
aiohttp==3.8.4
|
|
|
|
|
|
|
|