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
|
||||
ipython
|
||||
mkdocs
|
||||
pandas
|
||||
platformio
|
||||
powerline-status
|
||||
pre-commit
|
||||
pyppeteer
|
||||
pytest
|
||||
requests
|
||||
tabulate
|
||||
tqdm
|
||||
virtualenv
|
||||
xkcdpass
|
||||
xq
|
||||
youtube-dl
|
||||
yq
|
||||
|
|
Reference in a new issue