Commit e9e0d6d17453d5cf4876648c94e0eb11f6e9427b
Install dependencies using pip in a toolbox
Grey Nicholson committed on 10/2/2021, 3:41:49 PMParent: d60b6737ce74cea38d2cd1b8c0007e44cf6504e4
Files changed
Makefile | changed |
Makefile | |||
---|---|---|---|
@@ -8,12 +8,12 @@ | |||
8 | 8 … | python -m black --experimental-string-processing . | |
9 | 9 … | touch $@ | |
10 | 10 … | ||
11 | 11 … | .cache/deps: Makefile | |
12 | - pip install black | ||
13 | - pip install beautifulsoup4==4.9.3 | ||
14 | - pip install marko==1.1.0 | ||
15 | - pip install python-frontmatter==1.0.0 | ||
12 … | + toolbox run pip install black | ||
13 … | + toolbox run pip install beautifulsoup4==4.9.3 | ||
14 … | + toolbox run pip install marko==1.1.0 | ||
15 … | + toolbox run pip install python-frontmatter==1.0.0 | ||
16 | 16 … | mkdir -p .cache | |
17 | 17 … | touch $@ | |
18 | 18 … | ||
19 | 19 … | status: |
Built with git-ssb-web