# Core dependencies
PyYAML>=6.0
click>=8.0.0
python-debian>=0.1.49

# Date/time handling
python-dateutil>=2.8.0

# For testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0
pytest-timeout>=2.0.0
hypothesis>=6.0.0

# Code quality
black>=23.0.0
flake8>=6.0.0
mypy>=1.0.0
isort>=5.0.0

# Type stubs
types-PyYAML>=6.0.0
types-python-dateutil>=2.8.0



