Skip to content

Commit

Permalink
Update requirements due to pyOpenSSL api change
Browse files Browse the repository at this point in the history
  • Loading branch information
plinss committed Jan 21, 2021
1 parent df505fa commit 0115528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acmebot.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
},
"services": ["<service-name>"],
"tlsa_records": {
"zone-name": [
"<zone-name>": [
"<host-name>",
{
"host": "<host-name>",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appdirs>=1.4.3
pyparsing>=2.2.0
packaging>=16.8
pyOpenSSL>=17.5.0
pyOpenSSL>=17.5.0,<20.0.0
py3dns>=3.1.0
cryptography>=2.1.4
asn1crypto>=0.24.0
Expand Down

0 comments on commit 0115528

Please sign in to comment.