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
5
5
pytz
6
6
sure
7
7
pure-sasl
8
- twisted[tls]; python_version >= '3.5'
9
- twisted[tls]==19.2.1; python_version < '3.5'
8
+ twisted[tls]
10
9
gevent>=1.0; python_version < '3.13' and platform_machine != 'i686' and platform_machine != 'win32'
11
10
gevent==23.9.0; python_version < '3.13' and (platform_machine == 'i686' or platform_machine == 'win32')
12
11
eventlet>=0.33.3; python_version < '3.13'
13
- cython
12
+ cython>=0.20,<0.30
14
13
packaging
15
14
futurist; python_version >= '3.7'
16
- asynctest; python_version >= '3.5'
15
+ asynctest
17
16
pyyaml
Original file line number Diff line number Diff line change 28
28
29
29
if not hasattr (ssl , 'match_hostname' ):
30
30
try :
31
- from backports . ssl_match_hostname import match_hostname
31
+ from ssl import match_hostname
32
32
ssl .match_hostname = match_hostname
33
33
except ImportError :
34
34
pass # tests will fail
You can’t perform that action at this time.
0 commit comments