mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Revert "Fix unpinned dependencies tests towards botocore and urllib3 (#7081)"
This reverts commit 51a7e7cd19.
This commit is contained in:
parent
8b684e9b95
commit
eb78378806
1 changed files with 0 additions and 5 deletions
|
|
@ -6,11 +6,6 @@ version = '0.35.0.dev0'
|
|||
# Remember to update local-oldest-requirements.txt when changing the minimum
|
||||
# acme/certbot version.
|
||||
install_requires = [
|
||||
# boto3 requires urllib<1.25 while requests 2.22+ requires urllib<1.26
|
||||
# Since pip lacks a real dependency graph resolver, it will peak the constraint only from
|
||||
# requests, and install urllib==1.25.2. Setting an explicit dependency here solves the issue.
|
||||
# Check https://github.com/boto/botocore/issues/1733 for resolution in botocore.
|
||||
'urllib3<1.25',
|
||||
'acme>=0.29.0',
|
||||
'certbot>=0.34.0',
|
||||
'boto3',
|
||||
|
|
|
|||
Loading…
Reference in a new issue