修复数据库初始化问题、删除过时的数据库格式方法、修复空停用词错误。

This commit is contained in:
Doiiars
2025-11-05 14:40:07 +08:00
parent a8249c468c
commit 22ed16e00e
5 changed files with 96 additions and 260 deletions
+3
View File
@@ -34,6 +34,8 @@ pymysql==1.1.0
aiomysql==0.2.0
aiosqlite==0.21.0
redis>=4.6.0
SQLAlchemy==2.0.35
asyncpg==0.29.0
# ===== 爬虫相关 =====
playwright==1.45.0
@@ -64,6 +66,7 @@ tqdm>=4.65.0
tenacity==8.2.2
loguru>=0.7.0
pydantic==2.5.2
pydantic-settings==2.2.1
# ===== 开发工具(可选) =====
pytest>=7.4.0