File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
27
27
echo "Install CTK and minor dependencies"
28
28
pip install --prefer-binary --pre -U chaostoolkit-lib chaostoolkit
29
- pip install --prefer-binary httplib2 uritemplate pytzdata lueur
29
+ pip install --prefer-binary httplib2 uritemplate pytzdata
30
30
31
31
echo "install all the dependencies for our drivers"
32
32
pip install --prefer-binary -U -r requirements-toolkit.txt
Original file line number Diff line number Diff line change 29
29
30
30
echo "Install CTK and minor dependencies"
31
31
pip install --prefer-binary --pre -U chaostoolkit-lib chaostoolkit
32
- pip install --prefer-binary httplib2 uritemplate pytzdata lueur
32
+ pip install --prefer-binary httplib2 uritemplate pytzdata
33
33
34
34
echo "install all the dependencies for our drivers"
35
35
pip install --prefer-binary -U -r requirements-toolkit.txt
You can’t perform that action at this time.
0 commit comments