mirror of
https://github.com/JarvyJ/HomeIntent.git
synced 2022-02-11 01:01:05 +03:00
15 lines
259 B
Plaintext
15 lines
259 B
Plaintext
# for home intent [core]
|
|
requests==2.27.1
|
|
paho-mqtt==1.6.1
|
|
pydantic==1.9.0
|
|
PyYAML==6.0
|
|
humanize==3.13.1 ## needed for the timer
|
|
|
|
# for the ui
|
|
uvicorn[standard]==0.16.0
|
|
fastapi==0.70.1
|
|
aiofiles==0.8.0
|
|
python-multipart==0.0.5
|
|
ruamel-yaml==0.17.20
|
|
httpx==0.21.1
|