| fastapi>=0.100.0 | |
| uvicorn>=0.23.0 | |
| httpx>=0.24.0 | |
| requests>=2.31.0 | |
| pytest>=7.0.0 | |
| hypothesis>=6.0.0 | |
| tiktoken>=0.5.0 | |
| cbor2>=5.4.0 | |
| # 数据库驱动(可选,根据DATABASE_URL自动选择) | |
| asyncpg>=0.28.0 # PostgreSQL | |
| aiomysql>=0.2.0 # MySQL | |
| aiosqlite>=0.19.0 # SQLite |
| fastapi>=0.100.0 | |
| uvicorn>=0.23.0 | |
| httpx>=0.24.0 | |
| requests>=2.31.0 | |
| pytest>=7.0.0 | |
| hypothesis>=6.0.0 | |
| tiktoken>=0.5.0 | |
| cbor2>=5.4.0 | |
| # 数据库驱动(可选,根据DATABASE_URL自动选择) | |
| asyncpg>=0.28.0 # PostgreSQL | |
| aiomysql>=0.2.0 # MySQL | |
| aiosqlite>=0.19.0 # SQLite |