# Development requirements for YokedCache
# Install with: pip install -r requirements-dev.txt

# Core dependencies
orjson>=3.11.6
redis>=4.0.0
fastapi>=0.68.0
pyyaml>=6.0
click>=8.0.0
typing-extensions>=4.0.0

# Optional dependencies for development
sqlalchemy>=1.4.0
fuzzywuzzy>=0.18.0
python-levenshtein>=0.12.0
aiomcache>=0.8.0,<1.0.0
prometheus_client>=0.16.0
statsd>=4.0.0
numpy>=1.21.0
scipy>=1.7.0
scikit-learn>=1.0.0
diskcache>=5.0.0
opentelemetry-api>=1.15.0
opentelemetry-sdk>=1.15.0

# Development tools
pytest>=9.0.3
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
black==26.3.1
isort>=5.10.0
flake8>=4.0.0
mypy>=1.0.0
pre-commit>=2.20.0
fakeredis>=2.0.0
httpx>=0.24.0

# Type stubs
types-PyYAML>=6.0.0
types-redis>=4.0.0

# Documentation site (static HTML + pdoc)
jinja2>=3.1.0
markdown>=3.5.0
pdoc>=14.0.0

# Build tools
build>=0.10.0
twine>=4.0.0
