Update python scripts

pypi-release: install required venv dependencies

venv: add support for per project .venv file
This commit is contained in:
Alexander Gehrke 2020-07-24 13:29:35 +02:00
parent bcff049e0d
commit f0a0bfed9a
2 changed files with 33 additions and 9 deletions

View file

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