mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
Add comment about pyca's use of tools script (#8044)
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# pip installs packages in editable mode using certbot-auto's requirements file
|
# pip installs packages in editable mode using certbot-auto's requirements file
|
||||||
# as constraints
|
# as constraints
|
||||||
|
#
|
||||||
|
# cryptography is currently using this script in their CI at
|
||||||
|
# https://github.com/pyca/cryptography/blob/a02fdd60d98273ca34427235c4ca96687a12b239/.travis/downstream.d/certbot.sh#L8-L9.
|
||||||
|
# We should try to remember to keep their repo updated if we make any changes
|
||||||
|
# to this script which may break things for them.
|
||||||
|
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user