Skip to content

Commit 85b4582

Browse files
authored
sshtunnel as optional dependency
1 parent 1254af0 commit 85b4582

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ def find_value(name):
3939
'accelerated': [
4040
'pycryptodome >= 3.7.2',
4141
],
42+
'sshtunnel': [
43+
'asyncssh >= 1.16.0',
44+
],
4245
},
4346
install_requires = [],
4447
entry_points = {

0 commit comments

Comments
 (0)