# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-mock>=3.12.0
pytest-asyncio>=0.23.0
pytest-xdist>=3.5.0
pytest-timeout>=2.2.0
coverage>=7.4.0

# Linting and formatting
black>=24.2.0
flake8>=7.0.0
mypy>=1.8.0
isort>=5.13.0
pylint>=3.0.0
bandit>=1.7.0
pycodestyle>=2.11.0
pydocstyle>=6.3.0

# Type checking
types-PyYAML>=6.0.0
types-requests>=2.31.0
types-urllib3>=1.26.25
types-setuptools>=69.0.0

# Documentation
sphinx>=7.2.0
sphinx-rtd-theme>=2.0.0
sphinx-autodoc-typehints>=2.0.0
mkdocs>=1.5.0
mkdocs-material>=9.5.0

# Build and packaging
build>=1.0.3
twine>=5.0.0
setuptools>=69.0.0
setuptools_scm>=8.0.0
wheel>=0.42.0

# Pre-commit hooks
pre-commit>=3.6.0

# Development tools
tox>=4.12.0
nltk>=3.8.1
ipython>=8.12.0
jupyter>=1.0.0
