platypush/requirements.txt
Fabio Manganiello 78cee5d9b0
Added support for automatic database migrations.
Added Alembic environment and `run_db_migrations` logic to the entities
engine so database schema changes can be processed as soon as the
application is started.
2023-04-29 11:32:31 +02:00

25 lines
253 B
Plaintext

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