# Development dependencies for Joplin MCP
# Install with: pip install -r requirements.txt

# Core runtime dependencies
mcp>=1.0.0
joppy>=1.0.0
fastmcp>=3,<4,!=3.3.1
pydantic>=2.0.0
httpx>=0.24.0
typing-extensions>=4.0.0
PyYAML>=6.0.0

# Testing framework and plugins
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-mock>=3.10.0
pytest-cov>=4.0.0
coverage>=7.0.0

# Code formatting and linting
black>=23.0.0
ruff>=0.1.0

# Type checking
mypy>=1.0.0

# Pre-commit hooks for code quality
pre-commit>=3.0.0

# Optional: Documentation dependencies (uncomment if needed)
# mkdocs>=1.4.0
# mkdocs-material>=8.0.0
# mkdocstrings[python]>=0.20.0 
