Skip to content

Commit

Permalink
Merge pull request #58 from WillPlatnick/patch-1
Browse files Browse the repository at this point in the history
Use newer PyOpenSSL (0.14)
  • Loading branch information
jplana committed Jul 23, 2014
2 parents 27aecbe + 585ff09 commit 0b23662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

install_requires = [
'urllib3>=1.7',
'pyOpenSSL>=0.13.1',
'pyOpenSSL>=0.14',
]

test_requires = [
Expand Down

0 comments on commit 0b23662

Please sign in to comment.