Split .requirements.txt to pipx

CLI programs are now installed with pipx
This commit is contained in:
Simon Bruder 2020-04-14 23:23:42 +00:00
parent e377eee12a
commit 1225f03b02
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F
2 changed files with 16 additions and 13 deletions

16
home/.pipx.sh Executable file
View 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

View file

@ -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