Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
fastapi==0.95.2
|
2 |
uvicorn==0.22.0
|
3 |
slowapi==0.1.4
|
4 |
-
aiohttp==3.8.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
|