fix: add mysql auth dependency to crawler

This commit is contained in:
hajimi
2026-08-01 18:09:11 +08:00
parent 597417bf08
commit d1e3d780ba
+1
View File
@@ -27,6 +27,7 @@ PyYAML>=6.0.1
# 数据库
pymysql>=1.1.0
aiomysql>=0.2.0
cryptography>=42.0.0 # MySQL caching_sha2_password/sha256_password 认证
redis>=5.0.0
aioredis>=2.0.0