马一丁

Update requirements.txt below MindSpider

@@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
6 # =============================== 6 # ===============================
7 pymysql==1.1.0 7 pymysql==1.1.0
8 aiomysql==0.2.0 8 aiomysql==0.2.0
  9 +asyncmy==0.2.10
9 aiosqlite==0.21.0 10 aiosqlite==0.21.0
10 asyncpg 11 asyncpg
11 sqlalchemy 12 sqlalchemy
@@ -15,8 +16,10 @@ psycopg[binary] @@ -15,8 +16,10 @@ psycopg[binary]
15 # HTTP请求和网络 16 # HTTP请求和网络
16 # =============================== 17 # ===============================
17 httpx==0.28.1 18 httpx==0.28.1
  19 +socksio==1.0.0
18 requests==2.32.3 20 requests==2.32.3
19 aiofiles~=23.2.1 21 aiofiles~=23.2.1
  22 +cryptography==46.0.3
20 23
21 # =============================== 24 # ===============================
22 # 话题提取模块依赖 25 # 话题提取模块依赖