- Add ignore requirements to exclude pip installation - Rename dependancy to dependency
3 lines
119 B
Bash
Executable file
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 "*" )
|