We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2581b0c commit b394102Copy full SHA for b394102
1 file changed
setup.py
@@ -28,7 +28,7 @@
28
'websockets>=8.1,<9.0 ; python_version=="3.8"',
29
'websockets>=9.0,<10.0 ; python_version=="3.9"',
30
'websockets>=10.0; python_version>"3.9"',
31
- 'paramiko>=2.4.0,<3.0.0',
+ 'paramiko>=2.4.0',
32
'pyasn1>=0.4.4',
33
'toposort>=1.5,<2',
34
'typing_inspect>=0.6.0',
0 commit comments