platypush/requirements.txt
Fabio Manganiello fee5fc4ae0
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.
2022-04-27 14:52:41 +02:00

24 lines
230 B
Plaintext

###
# 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