Update python scripts
pypi-release: install required venv dependencies venv: add support for per project .venv file
This commit is contained in:
parent
bcff049e0d
commit
f0a0bfed9a
2 changed files with 33 additions and 9 deletions
|
@ -9,7 +9,7 @@ if [[ $? != 0 ]]; then
|
|||
fi
|
||||
cd $root
|
||||
|
||||
pip-venv-deps twine bump2version
|
||||
pip-venv-deps twine bump2version setuptools wheel
|
||||
|
||||
if ! exists chronic; then
|
||||
echo "(chronic not found. install moreutils to only see relevant output)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue