| 123456789101112131415161718192021222324252627282930313233 |
- # ── Web 框架 (server) ──
- quart~=0.19.6
- hypercorn>=0.17
- quart-cors~=0.8.0
- # ── 数据库 ──
- aiomysql>=0.2.0
- asyncpg>=0.29
- # ── HTTP / 网络 ──
- aiohttp>=3.9
- requests~=2.31
- httpx
- # ── 配置 / DI ──
- pydantic>=2.0
- pydantic-settings>=2.0
- dependency-injector>=4.0
- # ── 可观测性 ──
- aliyun-log-python-sdk>=0.9
- # ── 云服务 SDK ──
- odps~=3.5.1
- volcengine-python-sdk>=1.0
- aliyun-python-sdk-core
- aliyun-python-sdk-kms
- oss2~=2.19.1
- # ── 工具 ──
- tenacity>=8.0
- fake-useragent>=1.4
- tqdm>=4.66
|