# Badge Generation Service Dependencies

# Web framework for API endpoints
fastapi>=0.104.0
uvicorn[standard]>=0.24.0

# Template engine for SVG generation
jinja2>=3.1.2

# CLI framework
click>=8.1.0

# Type hints
pydantic>=2.0.0

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
