remove references to certbot-constraints.txt (#8858)

This commit is contained in:
Brad Warren
2021-05-24 14:17:11 -07:00
committed by GitHub
parent 315ddb247f
commit 099c6c8b24
3 changed files with 8 additions and 11 deletions
+3 -5
View File
@@ -2,11 +2,9 @@
# pip installs packages using pinned package versions. If CERTBOT_OLDEST is set
# to 1, a combination of tools/oldest_constraints.txt,
# tools/dev_constraints.txt, and local-oldest-requirements.txt contained in the
# top level of the package's directory is used, otherwise, a combination of
# tools/certbot_constraints.txt and tools/dev_constraints.txt is used. The
# other file always takes precedence over tools/dev_constraints.txt. If
# CERTBOT_OLDEST is set, this script must be run with `-e <package-name>` and
# no other arguments.
# top level of the package's directory is used, otherwise,
# tools/requirements.txt is used. If CERTBOT_OLDEST is set, this script must
# be run with `-e <package-name>` and no other arguments.
from __future__ import absolute_import
from __future__ import print_function