Skip to content

Commit

Permalink
remove limit for pyopenssl and urllib3, close #351
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Dec 26, 2023
1 parent db097e2 commit 253a109
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,4 @@ retry
simplejson
tabulate
logzero
deprecation

# hotfix for HTTPConnectino.request() get an unexpected keyword argument 'chunked'
urllib3<2

# hotfix for ValueError: Invalid version. The only valid version for X509Req is 0.
# ref: https://github.com/certbot/certbot/issues/9722
pyOpenSSL<23.2.0
deprecation

0 comments on commit 253a109

Please sign in to comment.