requirements.txt 551 B

123456789101112131415161718192021222324252627282930313233
  1. # ── Web 框架 (server) ──
  2. quart~=0.19.6
  3. hypercorn>=0.17
  4. quart-cors~=0.8.0
  5. # ── 数据库 ──
  6. aiomysql>=0.2.0
  7. asyncpg>=0.29
  8. # ── HTTP / 网络 ──
  9. aiohttp>=3.9
  10. requests~=2.31
  11. httpx
  12. # ── 配置 / DI ──
  13. pydantic>=2.0
  14. pydantic-settings>=2.0
  15. dependency-injector>=4.0
  16. # ── 可观测性 ──
  17. aliyun-log-python-sdk>=0.9
  18. # ── 云服务 SDK ──
  19. odps~=3.5.1
  20. volcengine-python-sdk>=1.0
  21. aliyun-python-sdk-core
  22. aliyun-python-sdk-kms
  23. oss2~=2.19.1
  24. # ── 工具 ──
  25. tenacity>=8.0
  26. fake-useragent>=1.4
  27. tqdm>=4.66