# FastAPI和相关依赖 fastapi>=0.104.0 uvicorn[standard]>=0.24.0 python-multipart>=0.0.6 # 数据库模块依赖 SQLAlchemy>=2.0.0 alembic>=1.12.0 python-dateutil>=2.8.0 # 图像处理 Pillow>=10.0.0 # 工具库 python-dotenv>=1.0.0 pydantic>=2.0.0 # 测试依赖 pytest>=7.0.0 pytest-cov>=4.0.0 pytest-mock>=3.0.0 requests>=2.31.0 httpx>=0.25.0 # 其他工具 aiofiles>=23.0.0