Skip to content

Commit 2cad77d

Browse files
committed
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.
1 parent 0f51071 commit 2cad77d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies = [
3030
"packaging",
3131
"pyyaml",
3232
"setuptools",
33+
"ssh2-python@git+https://github.com/jacobcallahan/ssh2-python.git",
3334
]
3435
dynamic = ["version"] # dynamic fields to update on build - version via setuptools_scm
3536

0 commit comments

Comments
 (0)