HTTP backend dependencies moved from optional to required
If Platypush is supposed to work also without a manually created `config.yaml`, and the HTTP backend is enabled by default in that configuration, then Flask and companions should be among the required dependencies.
... | ... | @@ -20,3 +20,4 @@ zeroconf |
paho-mqtt | ||
websocket-client | ||
croniter | ||
python-magic |
Please register or sign in to comment