platypush/requirements.txt
Fabio Manganiello 92fe119cff
Removed psutil as a required pip dependency.
Moved to optional dependencies for `system` plugin.

It requires gcc, linux-headers and python-dev to be installed on the
system.

The `python-psutil` system package however will still be installed when
Platypush is installed through a package manager.
2024-07-27 14:02:53 +02:00

25 lines
465 B
Plaintext

###
# Platypush common requirements
###
alembic
croniter
docutils
flask
marshmallow
marshmallow_dataclass
python-dateutil
python-magic
pyyaml
redis
requests
rsa
sqlalchemy
tornado
websocket-client
websockets
zeroconf>=0.27.0
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability