We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb530d commit f36a76aCopy full SHA for f36a76a
1 file changed
setup.py
@@ -25,9 +25,9 @@
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 ; python_version=="3.8"',
+ 'websockets>=9.0 ; python_version=="3.9"',
+ 'websockets>=10.0 ; python_version>"3.9"',
31
'paramiko>=2.4.0',
32
'pyasn1>=0.4.4',
33
'toposort>=1.5,<2',
0 commit comments