From 43b4536fb463b2fa0ae119628bc649cc97e32df2 Mon Sep 17 00:00:00 2001 From: jefverschuerend09 <147703387+jefverschuerend09@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:53:33 +0200 Subject: [PATCH] Update setup.py inline with requirements.txt --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7afd54ab..6a799263 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ '*.tests', '*.tests.*') ), install_requires=[ - 'gevent', 'ssh2-python', 'ssh-python'], + 'gevent>=1.3.0', 'ssh2-python>=1.2.0', 'ssh-python>=1.2.0'], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',