We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1254af0 commit 85b4582Copy full SHA for 85b4582
1 file changed
setup.py
@@ -39,6 +39,9 @@ def find_value(name):
39
'accelerated': [
40
'pycryptodome >= 3.7.2',
41
],
42
+ 'sshtunnel': [
43
+ 'asyncssh >= 1.16.0',
44
+ ],
45
},
46
install_requires = [],
47
entry_points = {
0 commit comments