mintel / build-harness

🤖Collection of Makefiles to facilitate building Python/Golang projects, Dockerfiles, and more
Apache License 2.0
2 stars 6 forks source link

Install .build-harness.venv packages only as required by specific targets #30

Open charlieparkes opened 4 years ago

charlieparkes commented 4 years ago

For example, python/lint shouldn't install advbumpversion. Splitting apart the requirements will add a lot of complexity, but I think it's worth trying because it would reduce unnecessary package downloads.