mirror of
https://github.com/naruxde/revpicommander.git
synced 2026-08-16 13:47:04 +02:00
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>
This commit is contained in:
+1
-1
@@ -7,6 +7,6 @@ wheel
|
||||
# Runtime dependencies, must match install_requires in setup.py
|
||||
keyring>=23.13.1
|
||||
PyQt5>=5.14.1
|
||||
paramiko>=2.12.0
|
||||
asyncssh>=2.14.0
|
||||
revpimodio2>=2.5.6
|
||||
zeroconf>=0.24.4
|
||||
|
||||
Reference in New Issue
Block a user