# Development dependencies for hierarchical-memory
# Install with: pip install -r requirements-dev.txt

# Core dependencies
-r requirements.txt

# Testing framework
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
pytest-mock>=3.10.0
freezegun>=1.2.2

# Code formatting and linting
black>=23.0.0
flake8>=6.0.0
isort>=5.12.0

# Type checking
mypy>=1.0.0
types-requests>=2.28.0

# Documentation
sphinx>=6.0.0
sphinx-rtd-theme>=1.2.0
sphinx-autodoc-typehints>=1.23.0
myst-parser>=1.0.0

# Optional backends for testing
chromadb>=0.4.0
faiss-cpu>=1.7.0

# Embeddings for testing
sentence-transformers>=2.2.0

# Development tools
ipython>=8.0.0
ipdb>=0.13.0
pre-commit>=3.0.0
