Skip to content

Commit

Permalink
Fix/build fix pyopenssl (#57)
Browse files Browse the repository at this point in the history
* Update PyOpenSSL
  • Loading branch information
chadgates authored Jan 12, 2023
1 parent 26669fd commit 26efb2a
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 @@ -3,7 +3,7 @@
install_requires = [
"asn1crypto==1.5.1",
"oscrypto==1.3.0",
"pyOpenSSL==21.0.0",
"pyOpenSSL==23.0.0",
]

tests_require = [
Expand Down

0 comments on commit 26efb2a

Please sign in to comment.