Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2021-11-04 12:35:44 +0300
committerGitHub <noreply@github.com>2021-11-04 12:35:44 +0300
commit81d5d2b4211f6530fad07d413ffb825105cadb60 (patch)
treef1a584dc388809e3dea7ff6ff46fd0e50c94df1d /certbot-dns-google
parent8f8dd2824e677fb788eb4c8924e649e91cbc8b3f (diff)
Pin readthedocs deps (#9083)
* pin readthedocs deps * fix reqs path
Diffstat (limited to 'certbot-dns-google')
-rw-r--r--certbot-dns-google/readthedocs.org.requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/certbot-dns-google/readthedocs.org.requirements.txt b/certbot-dns-google/readthedocs.org.requirements.txt
index fe97cee94..113e27b4c 100644
--- a/certbot-dns-google/readthedocs.org.requirements.txt
+++ b/certbot-dns-google/readthedocs.org.requirements.txt
@@ -7,6 +7,9 @@
# in --editable mode (-e), just "pip install certbot-dns-google[docs]" does not work as
# expected and "pip install -e certbot-dns-google[docs]" must be used instead
+# We also pin our dependencies for increased stability.
+
+-c ../tools/requirements.txt
-e acme
-e certbot
-e certbot-dns-google[docs]