36 lines
485 B
Plaintext
36 lines
485 B
Plaintext
# Web Framework
|
|
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
python-multipart==0.0.6
|
|
|
|
# Database
|
|
sqlalchemy==2.0.25
|
|
alembic==1.13.1
|
|
pymysql==1.1.0
|
|
|
|
# AI Models
|
|
openai==1.10.0
|
|
zhipuai==2.0.1
|
|
|
|
# Utilities
|
|
pydantic==2.5.3
|
|
pydantic-settings==2.1.0
|
|
python-dotenv==1.0.0
|
|
httpx==0.26.0
|
|
apscheduler==3.10.4
|
|
|
|
# Excel Support
|
|
openpyxl==3.1.2
|
|
pandas==2.1.4
|
|
|
|
# Security
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
|
|
# Logging
|
|
loguru==0.7.2
|
|
|
|
# Testing
|
|
pytest==7.4.4
|
|
pytest-asyncio==0.23.3
|