22 lines
356 B
Plaintext
22 lines
356 B
Plaintext
# Core Dependencies
|
|
pydantic==2.10.5
|
|
pydantic-settings==2.7.1
|
|
|
|
# Markdown Processing (tolerated domain dependency)
|
|
marko==2.1.2
|
|
|
|
# Web Framework
|
|
fastapi==0.115.6
|
|
uvicorn[standard]==0.34.0
|
|
|
|
# Utilities
|
|
python-multipart==0.0.20
|
|
|
|
# Development Dependencies (optional)
|
|
pytest==8.3.4
|
|
pytest-asyncio==0.24.0
|
|
httpx==0.28.1
|
|
black==24.10.0
|
|
ruff==0.8.5
|
|
mypy==1.14.0
|