git ssb

0+

Grey the earthling / gkn.me.uk



Commit e9e0d6d17453d5cf4876648c94e0eb11f6e9427b

Install dependencies using pip in a toolbox

Grey Nicholson committed on 10/2/2021, 3:41:49 PM
Parent: d60b6737ce74cea38d2cd1b8c0007e44cf6504e4

Files changed

Makefilechanged
MakefileView
@@ -8,12 +8,12 @@
88 python -m black --experimental-string-processing .
99 touch $@
1010
1111 .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
1616 mkdir -p .cache
1717 touch $@
1818
1919 status:

Built with git-ssb-web