Files
revpicommander/requirements.txt
T
akira 23c09949bb refactor: Replace paramiko with asyncssh for SSH connections
Switches the SSH implementation from `paramiko` to `asyncssh` for
improved capabilities and performance. Updates logic in SSH tunnel
handling, authentication, and dependencies.

Signed-off-by: Sven Sager <akira@narux.de>
2026-08-06 09:59:54 +02:00

13 lines
212 B
Plaintext

# Build dependencies
pip-licenses
Pyinstaller
setuptools
wheel
# Runtime dependencies, must match install_requires in setup.py
keyring>=23.13.1
PyQt5>=5.14.1
asyncssh>=2.14.0
revpimodio2>=2.5.6
zeroconf>=0.24.4