We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6295d5b + 2a5dfb1 commit 2dad234Copy full SHA for 2dad234
1 file changed
setup.py
@@ -25,9 +25,7 @@
25
'macaroonbakery>=1.1,<2.0',
26
'pyRFC3339>=1.0,<2.0',
27
'pyyaml>=5.1.2',
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"',
+ 'websockets>=8.1',
31
'paramiko>=2.4.0',
32
'pyasn1>=0.4.4',
33
'toposort>=1.5,<2',
0 commit comments