refactor(database): use asyncio
This commit is contained in:
@@ -2,7 +2,6 @@ fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
sqlalchemy==2.0.23
|
||||
alembic==1.12.1
|
||||
pymysql==1.1.0
|
||||
cryptography==41.0.7
|
||||
redis==5.0.1
|
||||
python-jose[cryptography]==3.3.0
|
||||
@@ -11,3 +10,4 @@ python-multipart==0.0.6
|
||||
pydantic[email]==2.5.0
|
||||
python-dotenv==1.0.0
|
||||
bcrypt==4.1.2
|
||||
aiomysql==0.2.0
|
||||
|
||||
Reference in New Issue
Block a user