fixed requirements

This commit is contained in:
Julius Unverfehrt 2022-02-22 09:45:21 +01:00
parent 8424a39add
commit 1d8e820bb0

View File

@ -7,6 +7,9 @@ python3 -m venv build_venv
source build_venv/bin/activate
python3 -m pip install --upgrade pip
pip install -e .
pip install -r requirements.txt
SERVICE_NAME=$1
echo "dependency-check:aggregate"