homekit bridge initial
This commit is contained in:
13
apps/homekit/requirements.txt
Normal file
13
apps/homekit/requirements.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user