增加 mysql 数据库支持

This commit is contained in:
Jalin
2019-12-31 22:39:45 +08:00
parent 8bfe1e75d2
commit daf0b7466c
6 changed files with 123 additions and 17 deletions

View File

@@ -12,6 +12,7 @@ redis = "*"
tortoise-orm = "==0.15.4"
aiohttp = "*"
aioredis = "*"
aiomysql = "*"
[requires]
python_version = "3.6"