# Core dependencies from pyproject.toml
pydicom>=2.4.0
pynetdicom>=2.0.0
numpy>=1.24.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
python-dotenv>=1.0.0
structlog>=23.0.0
click>=8.1.0
rich>=13.0.0
aiofiles>=23.0.0
asyncio-mqtt>=0.11.0
cryptography>=41.0.0
psutil>=5.9.0

# Development dependencies (optional, but needed for CI)
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
hypothesis>=6.82.0
black>=23.7.0
isort>=5.12.0
mypy>=1.5.0
pylint>=2.17.0
bandit>=1.7.5
safety>=2.3.0
pre-commit>=3.3.0

# Documentation dependencies
sphinx>=7.1.0
sphinx-rtd-theme>=1.3.0
myst-parser>=2.0.0