oops forgot a dependency on aiomysql

This commit is contained in:
2024-11-14 12:38:00 +07:00
parent bc7524c8fc
commit 4c33f4282a

View File

@ -3,7 +3,7 @@ wheel
pytz
pyyaml
sqlalchemy==1.4.46
mysqlclient
aiomysql
pyopenssl
service_identity
PyCryptodome
@ -21,4 +21,4 @@ starlette
asyncio
uvicorn
alembic
python-multipart
python-multipart