Skip to content

Commit 0325ec3

Browse files
committed
Add paramiko dependency
1 parent 12c9e69 commit 0325ec3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="sshcontroller",
8-
version="1.3",
8+
version="1.4",
99
author="Olivier Roques",
1010
author_email="[email protected]",
1111
description="A package to easily run SSH commands",
@@ -23,4 +23,5 @@
2323
"Topic :: Software Development",
2424
],
2525
python_requires='>=3.6',
26+
install_requires=['paramiko'],
2627
)

0 commit comments

Comments
 (0)