platypush/requirements.txt
Fabio Manganiello 692180c653
Back to uvicorn workers from eventlet.
The eventlet API has way too many dependency issues with gunicorn.

Still TODO: Fix or at least mitigate the WSGI workers timeout issue when
they handle websocket connections.
2023-05-07 15:37:58 +02:00

28 lines
284 B
Plaintext

###
# 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
uvicorn
websocket-client
wsproto
zeroconf>=0.27.0