Pin readthedocs deps (#9083)

* pin readthedocs deps

* fix reqs path
This commit is contained in:
Brad Warren
2021-11-04 20:35:44 +11:00
committed by GitHub
parent 8f8dd2824e
commit 81d5d2b421
16 changed files with 48 additions and 0 deletions
+3
View File
@@ -7,4 +7,7 @@
# in --editable mode (-e), just "pip install acme[docs]" does not work as
# expected and "pip install -e acme[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme[docs]
@@ -7,6 +7,9 @@
# in --editable mode (-e), just "pip install certbot-dns-cloudflare[docs]" does not work as
# expected and "pip install -e certbot-dns-cloudflare[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme
-e certbot
-e certbot-dns-cloudflare[docs]
@@ -7,6 +7,9 @@
# in --editable mode (-e), just "pip install certbot-dns-cloudxns[docs]" does not work as
# expected and "pip install -e certbot-dns-cloudxns[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme
-e certbot
-e certbot-dns-cloudxns[docs]
@@ -7,6 +7,9 @@
# in --editable mode (-e), just "pip install certbot-dns-digitalocean[docs]" does not work as
# expected and "pip install -e certbot-dns-digitalocean[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme
-e certbot
-e certbot-dns-digitalocean[docs]
@@ -7,6 +7,9 @@
# in --editable mode (-e), just "pip install certbot-dns-dnsimple[docs]" does not work as
# expected and "pip install -e certbot-dns-dnsimple[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme
-e certbot
-e certbot-dns-dnsimple[docs]
@@ -7,6 +7,9 @@
# in --editable mode (-e), just "pip install certbot-dns-dnsmadeeasy[docs]" does not work as
# expected and "pip install -e certbot-dns-dnsmadeeasy[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme
-e certbot
-e certbot-dns-dnsmadeeasy[docs]
@@ -7,6 +7,9 @@
# in --editable mode (-e), just "pip install certbot-dns-gehirn[docs]" does not work as
# expected and "pip install -e certbot-dns-gehirn[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme
-e certbot
-e certbot-dns-gehirn[docs]
@@ -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]
@@ -7,6 +7,9 @@
# in --editable mode (-e), just "pip install certbot-dns-linode[docs]" does not work as
# expected and "pip install -e certbot-dns-linode[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme
-e certbot
-e certbot-dns-linode[docs]
@@ -7,6 +7,9 @@
# in --editable mode (-e), just "pip install certbot-dns-luadns[docs]" does not work as
# expected and "pip install -e certbot-dns-luadns[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme
-e certbot
-e certbot-dns-luadns[docs]
@@ -7,6 +7,9 @@
# in --editable mode (-e), just "pip install certbot-dns-nsone[docs]" does not work as
# expected and "pip install -e certbot-dns-nsone[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme
-e certbot
-e certbot-dns-nsone[docs]
@@ -7,6 +7,9 @@
# in --editable mode (-e), just "pip install certbot-dns-ovh[docs]" does not work as
# expected and "pip install -e certbot-dns-ovh[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme
-e certbot
-e certbot-dns-ovh[docs]
@@ -7,6 +7,9 @@
# in --editable mode (-e), just "pip install certbot-dns-rfc2136[docs]" does not work as
# expected and "pip install -e certbot-dns-rfc2136[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme
-e certbot
-e certbot-dns-rfc2136[docs]
@@ -7,6 +7,9 @@
# in --editable mode (-e), just "pip install certbot-dns-route53[docs]" does not work as
# expected and "pip install -e certbot-dns-route53[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme
-e certbot
-e certbot-dns-route53[docs]
@@ -7,6 +7,9 @@
# in --editable mode (-e), just "pip install certbot-dns-sakuracloud[docs]" does not work as
# expected and "pip install -e certbot-dns-sakuracloud[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme
-e certbot
-e certbot-dns-sakuracloud[docs]
+3
View File
@@ -7,5 +7,8 @@
# in --editable mode (-e), just "pip install .[docs]" does not work as
# expected and "pip install -e certbot[docs]" must be used instead
# We also pin our dependencies for increased stability.
-c ../tools/requirements.txt
-e acme
-e certbot[docs]