platypush/requirements.txt
Fabio Manganiello 26d9aaa5b1
(Temporarily) specify sqlalchemy<2.0.0.
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.
2023-02-22 00:25:57 +01:00

23 lines
229 B
Plaintext

###
# 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