mirror of
https://github.com/certbot/certbot.git
synced 2026-04-15 22:20:28 -04:00
Merge pull request #1095 from kuba/bugs/1086
RTD: install local deps for subpkgs (fixes #1086).
This commit is contained in:
commit
bfda8afed6
4 changed files with 7 additions and 0 deletions
|
|
@ -7,4 +7,6 @@
|
|||
# in --editable mode (-e), just "pip install .[docs]" does not work as
|
||||
# expected and "pip install -e .[docs]" must be used instead
|
||||
|
||||
-e acme
|
||||
-e .
|
||||
-e letsencrypt-apache[docs]
|
||||
|
|
|
|||
|
|
@ -7,4 +7,6 @@
|
|||
# in --editable mode (-e), just "pip install .[docs]" does not work as
|
||||
# expected and "pip install -e .[docs]" must be used instead
|
||||
|
||||
-e acme
|
||||
-e .
|
||||
-e letsencrypt-compatibility-test[docs]
|
||||
|
|
|
|||
|
|
@ -7,4 +7,6 @@
|
|||
# in --editable mode (-e), just "pip install .[docs]" does not work as
|
||||
# expected and "pip install -e .[docs]" must be used instead
|
||||
|
||||
-e acme
|
||||
-e .
|
||||
-e letsencrypt-nginx[docs]
|
||||
|
|
|
|||
|
|
@ -7,4 +7,5 @@
|
|||
# in --editable mode (-e), just "pip install .[docs]" does not work as
|
||||
# expected and "pip install -e .[docs]" must be used instead
|
||||
|
||||
-e acme
|
||||
-e .[docs]
|
||||
|
|
|
|||
Loading…
Reference in a new issue