-r requirements.txt

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.11.1
pytest-asyncio>=0.21.1

# Linting and Type Checking
black>=23.0.0
flake8>=6.0.0
mypy>=1.0.0
isort>=5.12.0

# Documentation
sphinx>=7.0.0
sphinx-rtd-theme>=1.2.0
sphinx-autodoc-typehints>=1.24.0

# Development Tools
pre-commit>=3.3.0
bump2version>=1.0.1
pyinstaller>=5.13.0
build>=1.0.0
twine>=4.0.0 