1
0
mirror of https://github.com/certbot/certbot.git synced 2025-08-08 04:02:10 +03:00

Pin pip & co like our other dependencies (#8868)

* use poetry 1.2.0a1

* pin pip normally

* use normal constraints file with pipstrap

* remove unused STRIP_HASHES var

* Check for old poetry versions

* keep pip, setuptools, and wheel pinned in oldest

* remove strip hashes

* pin back pip

* fix new lint error
This commit is contained in:
Brad Warren
2021-06-09 17:01:54 -07:00
committed by GitHub
parent d7b26c1bb2
commit 0b08a80dce
10 changed files with 100 additions and 168 deletions

View File

@@ -16,7 +16,6 @@ import tempfile
import merge_requirements as merge_module
import readlink
import strip_hashes
# Once this code doesn't need to support Python 2, we can simply use