Skip to content

Commit

Permalink
Merge pull request #6 from mvdnes/minimal-requirements
Browse files Browse the repository at this point in the history
Allow newer versions of certbot in requirements
  • Loading branch information
mijnhost authored Feb 17, 2025
2 parents 0f24e94 + 3173a42 commit da7b0c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
acme==2.11.0
certbot==2.11.0
acme>=2.11.0
certbot>=2.11.0
certifi==2024.8.30
cffi==1.17.0
charset-normalizer==3.3.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


install_requires = [
"acme==2.11.0",
"certbot==2.11.0",
"acme>=2.11.0",
"certbot>=2.11.0",
"certifi==2024.8.30",
"cffi==1.17.0",
"charset-normalizer==3.3.2",
Expand Down

0 comments on commit da7b0c0

Please sign in to comment.