# BambuLuc Requirements
# ====================

# MQTT Communication
paho-mqtt>=1.6.0

# HTTP requests for camera functionality
requests>=2.25.0

# SSL/TLS support (included in Python standard library)
# No additional SSL packages needed

# Development dependencies (optional)
# Install with: pip install bambuluc[dev]

# pytest>=6.0        # For testing
# pytest-cov        # For coverage  
# black             # For code formatting
# flake8            # For linting
# mypy              # For type checking
