# Easy OpenCV Wrapper Dependencies
# Core requirements for computer vision functionality

opencv-python>=4.5.0,<5.0.0
numpy>=1.19.0,<2.0.0  
pillow>=8.0.0,<11.0.0

# Optional development dependencies
# Install with: pip install easy-opencv-wrapper[dev]
# pytest>=6.0
# pytest-cov>=2.0
# black>=21.0
# flake8>=3.8
# mypy>=0.812
