forked from platypush/platypush
Fabio Manganiello
78cee5d9b0
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.
24 lines
253 B
Text
24 lines
253 B
Text
###
|
|
# 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
|