Files
home-automation/apps/homekit/requirements.txt

14 lines
394 B
Plaintext

# HomeKit Bridge Dependencies
# HAP-Python - HomeKit Accessory Protocol implementation
HAP-python>=4.9.0
# HTTP client for API communication (REST API only - no MQTT)
httpx>=0.24.0
# Utilities
python-dotenv>=1.0.0 # For .env file support
pydantic>=2.0.0 # For data validation (shared with main app)
# Logging and monitoring (optional)
# sentry-sdk>=1.0.0 # Optional: Error tracking