mirror of
https://github.com/naruxde/revpicommander.git
synced 2026-08-16 05:45:53 +02:00
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>
13 lines
212 B
Plaintext
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
|