# Webnovel Writer - Python Dependencies # Python >= 3.10 required # 核心依赖 aiohttp>=3.8.0 # 异步 HTTP 客户端(API 调用) filelock>=3.0.0 # 文件锁(状态文件并发控制) pydantic>=2.0.0 # Schema 校验 # 可选依赖(开发/测试) pytest>=7.0.0 # 单元测试 pytest-cov>=4.1.0 # 覆盖率统计