Skip to content

Commit 7cef208

Browse files
dbhatmandieppedalle
authored andcommitted
pyOpenSSL version update to unbreak build
The build is currently broken due to some incompatibilities in pyOpenSSL versions. This attempts to bump the version.
1 parent beadfe5 commit 7cef208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def run(self):
138138
'oauth2client>=1.5.2,<2.0',
139139
'protobuf>=3.6.0,<4.0',
140140
'PyYAML>=3.13',
141-
'pyOpenSSL>=17.1.0,<18.0',
141+
'pyOpenSSL>=17.1.0,<22.1',
142142
'sockjs-tornado>=1.0.3,<2.0',
143143
'tornado>=4.3,<5.0',
144144
'typing-extensions',

0 commit comments

Comments
 (0)