mash-server/requirements.txt

20 lines
164 B
Text
Raw Permalink Normal View History

# For Philips Hue
2022-08-05 23:45:25 +02:00
phue
# For Fritz.Box API
fritzconnection
# API
fastapi
2024-04-22 14:05:24 +02:00
uvicorn[standard]
2024-07-16 20:15:04 +02:00
# Bridges
2024-04-22 14:05:24 +02:00
requests
2024-07-16 20:15:04 +02:00
paho-mqtt
2024-04-22 14:05:24 +02:00
# Config file
pyyaml
2024-06-19 02:38:17 +02:00
# Database
peewee