forked from platypush/platypush
Fabio Manganiello
26d9aaa5b1
SQLAlchemy 2 has introduced several breaking changes that can break several things in the application - especially where the code uses `connection.execute()` with raw SQL statements. We need to temporarily force the installation of versions from the 1.x branch, while migrating the existing code to the new version.
22 lines
229 B
Text
22 lines
229 B
Text
###
|
|
# Platypush common requirements
|
|
###
|
|
|
|
pyyaml
|
|
marshmallow
|
|
python-prctl
|
|
flask
|
|
websockets
|
|
redis
|
|
python-dateutil
|
|
tz
|
|
frozendict
|
|
requests
|
|
sqlalchemy<2.0.0
|
|
bcrypt
|
|
rsa
|
|
zeroconf>=0.27.0
|
|
paho-mqtt
|
|
websocket-client
|
|
croniter
|
|
python-magic
|