Make Requirements.txt Installation Optional#55
Make Requirements.txt Installation Optional#55frinzekt wants to merge 2 commits intomhausenblas:masterfrom
Conversation
|
Thanks @frinzekt and @janoszen WDYT? |
|
This change would mean breaking the installation for everyone who is relying on |
|
Right @janoszen my thinking as well. I wonder what would be the best DX for it? |
|
I'm thinking |
|
I agree with everything mentioned here. It's not good to introduce breaking change. Let's just go with @janoszen suggestion about a flag to disable the default behaviour. |
|
One more thing: we need this behavior in the |
|
@mhausenblas no, those PRs only allow adding extra OS packages, they don't disable using |
mhausenblas/mkdocs-deploy-gh-pages pip installs the requirements.txt from the root of the repo unless overridden with another path there is currently no way to opt-out; this was under discussion in Dec 2020: mhausenblas/mkdocs-deploy-gh-pages#55 this is problem, we don't want to install requirements from benefits for mkdocs, so provide the REQUIREMENTS env with our mkdocs dependencies
To address #53