platypush/requirements.txt
Fabio Manganiello 56dc8d0972
Migrated the webapp to Tornado.
It was just too painful to find a combination of versions of  gunicorn,
gevent, eventlet, pyuwsgi etc. that could work on all of my systems.

On the other hand, Tornado works out of the box with no headaches.

Also in this commit:

- Updated a bunch of outdated/required integration dependencies.
- Black'd and LINTed a couple of old plugins.
2023-05-08 02:06:45 +02:00

26 lines
261 B
Plaintext

###
# Platypush common requirements
###
alembic
bcrypt
croniter
flask
frozendict
marshmallow
marshmallow_dataclass
paho-mqtt
python-dateutil
python-magic
python-prctl
pyyaml
redis
requests
rsa
sqlalchemy
tornado
tz
websocket-client
websockets
zeroconf>=0.27.0