forked from platypush/platypush
Fabio Manganiello
fee5fc4ae0
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.
23 lines
230 B
Text
23 lines
230 B
Text
###
|
|
# Platypush common requirements
|
|
###
|
|
|
|
pyyaml
|
|
marshmallow
|
|
python-prctl
|
|
flask
|
|
websockets
|
|
redis
|
|
python-dateutil
|
|
tz
|
|
frozendict
|
|
requests
|
|
sqlalchemy
|
|
bcrypt
|
|
cryptography
|
|
pyjwt
|
|
zeroconf
|
|
paho-mqtt
|
|
websocket-client
|
|
croniter
|
|
python-magic
|