erplibre/script/poetry_add_build_dependency.sh
Mathieu Benoit f4b1687bfc [FIX] support real version from requirements.txt with poetry
- Add ignore requirements to exclude pip installation
- Rename dependancy to dependency
2020-09-30 20:52:13 -04:00

3 lines
119 B
Bash
Executable file

#!/usr/bin/env bash
source $HOME/.poetry/env
poetry add -vv $(grep -v ";" ./.venv/build_dependency.txt | grep -v "*" )