From dd585dedba8216048cee74ad3538ad0cdab99bef Mon Sep 17 00:00:00 2001 From: shwsingh Date: Wed, 13 Mar 2024 15:38:21 +0530 Subject: [PATCH] Update ssh2-python dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0818aded..414202a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "packaging", "pyyaml", "setuptools", - "ssh2-python@git+https://github.com/jacobcallahan/ssh2-python.git", + "git+https://github.com/jacobcallahan/ssh2-python.git", ] dynamic = ["version"] # dynamic fields to update on build - version via setuptools_scm