# Development dependencies for Telegram Multi-Account Message Sender
# This file should be kept in sync with pyproject.toml optional-dependencies.dev and docs

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-qt>=4.0.0
pytest-asyncio>=0.23.0

# Code Quality & Formatting
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.0.0

# Pre-commit Hooks
pre-commit>=3.0.0

# Package Building & Distribution
twine>=4.0.0
build>=0.10.0
setuptools>=65.0.0

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