fix missing requirements & imports
This commit is contained in:
parent
18080bc7a2
commit
18ed759c6c
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@ import sys
|
|||
from prometheus_client import Gauge
|
||||
from pyhap.accessory import Accessory
|
||||
from pyhap.const import CATEGORY_SENSOR
|
||||
import bme680
|
||||
|
||||
from app.config import Settings
|
||||
|
||||
|
|
|
@ -3,3 +3,4 @@ HAP-python==4.4.0
|
|||
prometheus-client== 0.19.0
|
||||
PyYAML==6.0.1
|
||||
pydantic~=2.6.1
|
||||
pydantic-settings==2.1.0
|
Loading…
Reference in a new issue