Skip to content

Commit 0b23662

Browse files
committed
Merge pull request #58 from WillPlatnick/patch-1
Use newer PyOpenSSL (0.14)
2 parents 27aecbe + 585ff09 commit 0b23662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
install_requires = [
1212
'urllib3>=1.7',
13-
'pyOpenSSL>=0.13.1',
13+
'pyOpenSSL>=0.14',
1414
]
1515

1616
test_requires = [

0 commit comments

Comments
 (0)