forked from platypush/platypush
Fabio Manganiello
f9b0bc905e
The websocket service is no longer provided by a different service, controlled by a different thread running on another port. Instead, it's now exposed directly over Flask routes, using WSGI+eventlet+simple_websocket. Also, the SSL context options have been removed from `backend.http`, for sake of simplicity. If you want to enable SSL, you can serve Platypush through a reverse proxy like nginx.
27 lines
285 B
Text
27 lines
285 B
Text
###
|
|
# Platypush common requirements
|
|
###
|
|
|
|
alembic
|
|
bcrypt
|
|
croniter
|
|
eventlet
|
|
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
|