mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:35:06 +02:00
remove references to certbot-constraints.txt (#8858)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user