forked from platypush/platypush
Fabio Manganiello
3aefc9607d
`waitress`, unlike `gunicorn`, doesn't provide an easy way to plug into a WSGI socket that can be used for the websocket interface.
26 lines
276 B
Text
26 lines
276 B
Text
###
|
|
# Platypush common requirements
|
|
###
|
|
|
|
alembic
|
|
bcrypt
|
|
croniter
|
|
flask
|
|
frozendict
|
|
gunicorn
|
|
marshmallow
|
|
marshmallow_dataclass
|
|
paho-mqtt
|
|
python-dateutil
|
|
python-magic
|
|
python-prctl
|
|
pyyaml
|
|
redis
|
|
requests
|
|
rsa
|
|
simple_websocket
|
|
sqlalchemy
|
|
tz
|
|
websocket-client
|
|
wsproto
|
|
zeroconf>=0.27.0
|