# Web framework
fastapi==0.109.0
uvicorn==0.27.0
starlette==0.35.1
pydantic>=2.9.0
pydantic-settings>=2.4.0
pydantic_core>=2.23.0
python-dotenv==1.0.0

# Database
SQLAlchemy==2.0.25
pymysql==1.1.1
cryptography==44.0.3

# Data migration
pandas==1.5.0
openpyxl==3.1.5
tqdm==4.67.1

# AI fallback
google-genai==1.67.0

# HTTP
httpx==0.28.1
httpcore==1.0.9
requests==2.32.5
certifi==2026.1.4
charset-normalizer==3.4.4
idna==3.11
urllib3==1.26.20

# Uvicorn extras
httptools==0.7.1
uvloop==0.22.1
watchfiles==1.1.1

# Core
annotated-types==0.7.0
anyio==4.12.0
click==8.3.1
h11==0.16.0
typing_extensions==4.15.0
regex==2025.11.3
python-dateutil==2.9.0.post0
six==1.17.0
pytz==2025.2
tzdata==2025.3
packaging==25.0
MarkupSafe==3.0.3
PyYAML==6.0.3
setuptools==80.9.0
