Split .requirements.txt to pipx
CLI programs are now installed with pipx
This commit is contained in:
parent
e377eee12a
commit
1225f03b02
16
home/.pipx.sh
Executable file
16
home/.pipx.sh
Executable file
|
@ -0,0 +1,16 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
for module in \
|
||||||
|
aria2p \
|
||||||
|
autorandr \
|
||||||
|
black \
|
||||||
|
docker-compose \
|
||||||
|
esptool \
|
||||||
|
platformio \
|
||||||
|
pre-commit \
|
||||||
|
virtualenv \
|
||||||
|
xkcdpass \
|
||||||
|
xq \
|
||||||
|
youtube-dl
|
||||||
|
do
|
||||||
|
pipx install --force "${module}"
|
||||||
|
done
|
|
@ -1,22 +1,9 @@
|
||||||
aria2p
|
|
||||||
autorandr
|
|
||||||
black
|
|
||||||
docker-compose
|
|
||||||
esptool
|
|
||||||
flask
|
flask
|
||||||
ipython
|
ipython
|
||||||
mkdocs
|
|
||||||
pandas
|
pandas
|
||||||
platformio
|
|
||||||
powerline-status
|
powerline-status
|
||||||
pre-commit
|
|
||||||
pyppeteer
|
pyppeteer
|
||||||
pytest
|
pytest
|
||||||
requests
|
requests
|
||||||
tabulate
|
tabulate
|
||||||
tqdm
|
tqdm
|
||||||
virtualenv
|
|
||||||
xkcdpass
|
|
||||||
xq
|
|
||||||
youtube-dl
|
|
||||||
yq
|
|
||||||
|
|
Reference in a new issue