From 2cad77dea4a5dcda780d03eadb100c47804477ce Mon Sep 17 00:00:00 2001 From: Jacob Callahan Date: Tue, 13 Feb 2024 14:35:39 -0500 Subject: [PATCH] Moving ssh2-python fork dependency back to main list Since making it an extra didn't help with PyPi, I'm moving this back up until we have a better option. This will simplify installs from github. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index df1344a7..b3e9eeea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ dependencies = [ "packaging", "pyyaml", "setuptools", + "ssh2-python@git+https://github.com/jacobcallahan/ssh2-python.git", ] dynamic = ["version"] # dynamic fields to update on build - version via setuptools_scm