forked from platypush/platypush
Fabio Manganiello
92fe119cff
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.
24 lines
465 B
Text
24 lines
465 B
Text
###
|
|
# 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
|