mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
faster
This commit is contained in:
parent
92ad314237
commit
d4a3e752ee
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ windows-installer = {path = "../../../windows-installer"}
|
|||
# versions of awscli on PyPI so this process takes too long. Providing a high
|
||||
# minimum version here prevents poetry from searching this path and it fairly
|
||||
# quickly resolves the dependency conflict in another way.
|
||||
awscli = ">=1.22.76"
|
||||
awscli = ">=1.25.85"
|
||||
# As of writing this, cython is a build dependency of pyyaml. Since there
|
||||
# doesn't appear to be a good way to automatically track down and pin build
|
||||
# dependencies in Python (see
|
||||
|
|
|
|||
Loading…
Reference in a new issue