# Web Framework
fastapi==0.104.1
uvicorn[standard]==0.24.0

# Data Validation
pydantic==2.5.0
pydantic-settings==2.1.0

# Markdown Parsing
markdown==3.5.1
python-frontmatter==1.0.0

# Utilities
python-multipart==0.0.6
aiofiles==23.2.1

# CORS Support
python-jose[cryptography]==3.3.0

# Testing
pytest==7.4.3
pytest-asyncio==0.21.1
httpx==0.25.2

# Development Tools
python-dotenv==1.0.0
black==23.12.1
flake8==7.0.0
