# ENTRO-AI Development Requirements
# Entropy-Resistant Inference Architecture for LLMs

# Core (from requirements.txt)
-r requirements.txt

# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-benchmark>=4.0.0
pytest-mock>=3.11.0
pytest-timeout>=2.1.0
pytest-asyncio>=0.21.0

# Code Quality
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
flake8-docstrings>=1.7.0
flake8-bugbear>=23.7.0
mypy>=1.4.0
pylint>=2.17.0

# Pre-commit
pre-commit>=3.3.0

# Documentation
sphinx>=7.0.0
sphinx-rtd-theme>=1.2.0
nbsphinx>=0.9.0
myst-parser>=2.0.0
sphinx-autodoc-typehints>=1.24.0

# Profiling
memory-profiler>=0.61.0
line-profiler>=4.1.0

# Benchmarking
asv>=0.6.0

# Model Testing (optional)
torch>=2.0.0
transformers>=4.30.0
vllm>=0.2.0

# Type Stubs
types-pyyaml>=6.0.0
types-click>=7.1.0
types-requests>=2.31.0
