Niansuh commited on
Commit
399aaa1
·
verified ·
1 Parent(s): 8355337

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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