准备创建mysqlv1分支的提交

This commit is contained in:
huangzhenpc
2025-04-01 15:43:27 +08:00
parent cc2a3a34e3
commit 7dad9f6b2f
13 changed files with 1248 additions and 149 deletions

View File

@@ -22,6 +22,13 @@ python-dateutil
# Database
aiosqlite
aiomysql>=0.1.1
pymysql>=1.0.2
# Redis - 使用其中一个
# 如果使用Python 3.12推荐使用redis-py而不是aioredis
redis>=4.2.0
# aioredis>=2.0.0 # 不建议在Python 3.12上使用
# Logging
loguru==0.7.2