File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,12 @@ mock>1.1
55pytz
66sure
77pure-sasl
8- twisted[tls]; python_version >= '3.5'
9- twisted[tls]==19.2.1; python_version < '3.5'
8+ twisted[tls]
109gevent>=1.0; python_version < '3.13' and platform_machine != 'i686' and platform_machine != 'win32'
1110gevent==23.9.0; python_version < '3.13' and (platform_machine == 'i686' or platform_machine == 'win32')
1211eventlet>=0.33.3; python_version < '3.13'
13- cython
12+ cython>=0.20,<0.30
1413packaging
1514futurist; python_version >= '3.7'
16- asynctest; python_version >= '3.5'
15+ asynctest
1716pyyaml
Original file line number Diff line number Diff line change 2828
2929if not hasattr (ssl , 'match_hostname' ):
3030 try :
31- from backports . ssl_match_hostname import match_hostname
31+ from ssl import match_hostname
3232 ssl .match_hostname = match_hostname
3333 except ImportError :
3434 pass # tests will fail
You can’t perform that action at this time.
0 commit comments