Skip to content

Commit 3565726

Browse files
authored
use requirements.txt
1 parent 4aa7f8f commit 3565726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ ! -d "venv" ]; then
1414
$PYTHON -m pip install virtualenv
1515
$PYTHON -m virtualenv venv
1616
source venv/bin/activate
17-
$PYTHON -m pip install -r requirements-dev.txt
17+
$PYTHON -m pip install -r requirements.txt
1818
deactivate
1919
fi
2020
source venv/bin/activate

0 commit comments

Comments
 (0)