diff --git a/requirements.txt b/requirements.txt index 571a1be..6f98a21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,9 @@ -Pyinstaller -PyQt5>=5.14.1 -revpimodio2>=2.5.6 -zeroconf>=0.24.4 setuptools>=65.6.3 wheel +Pyinstaller + +keyring>=23.13.1 +PyQt5>=5.14.1 paramiko>=2.12.0 -keyring>=23.13.1 \ No newline at end of file +revpimodio2>=2.5.6 +zeroconf>=0.24.4 diff --git a/setup.iss b/setup.iss index 99256de..0a2f0e8 100644 --- a/setup.iss +++ b/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "RevPi Commander" -#define MyAppVersion "0.9.10rc4" +#define MyAppVersion "0.9.10rc5" #define MyAppPublisher "Sven Sager" #define MyAppURL "https://revpimodio.org/" #define MyAppICO "data\revpicommander.ico" diff --git a/setup.py b/setup.py index 3684944..4cdf36b 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,7 @@ setup( install_requires=[ "keyring", "PyQt5", + "paramiko", "revpimodio2", "zeroconf" ], diff --git a/src/revpicommander/__init__.py b/src/revpicommander/__init__.py index ae61062..f97acda 100644 --- a/src/revpicommander/__init__.py +++ b/src/revpicommander/__init__.py @@ -3,4 +3,4 @@ __author__ = "Sven Sager" __copyright__ = "Copyright (C) 2023 Sven Sager" __license__ = "GPLv3" -__version__ = "0.9.10rc4" +__version__ = "0.9.10rc5"