# Development dependencies for VeriDoc
# Linting and formatting tools
black>=22.0.0
flake8>=5.0.0
isort>=5.0.0
mypy>=1.0.0

# Testing tools
pytest>=7.4.3
pytest-asyncio>=0.21.1
httpx>=0.25.2
coverage>=6.0.0

# Additional type stubs
types-requests