fix: add mysql auth dependency to crawler
This commit is contained in:
@@ -27,6 +27,7 @@ PyYAML>=6.0.1
|
|||||||
# 数据库
|
# 数据库
|
||||||
pymysql>=1.1.0
|
pymysql>=1.1.0
|
||||||
aiomysql>=0.2.0
|
aiomysql>=0.2.0
|
||||||
|
cryptography>=42.0.0 # MySQL caching_sha2_password/sha256_password 认证
|
||||||
redis>=5.0.0
|
redis>=5.0.0
|
||||||
aioredis>=2.0.0
|
aioredis>=2.0.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user