requirements.txt 327 B

12345678910
  1. # Webnovel Writer - Python Dependencies
  2. # Python >= 3.8 required
  3. # 核心依赖
  4. aiohttp>=3.8.0 # 异步 HTTP 客户端(API 调用)
  5. filelock>=3.0.0 # 文件锁(状态文件并发控制)
  6. # 可选依赖(开发/测试)
  7. pytest>=7.0.0 # 单元测试
  8. pytest-cov>=4.1.0 # 覆盖率统计