Appveyor: add cssutils dependency
This commit is contained in:
parent
a087486e45
commit
bf64d04046
|
@ -97,6 +97,7 @@ keyring
|
||||||
python-gnupg
|
python-gnupg
|
||||||
python-axolotl
|
python-axolotl
|
||||||
qrcode
|
qrcode
|
||||||
|
cssutils
|
||||||
"
|
"
|
||||||
|
|
||||||
build_pip install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
|
build_pip install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
|
||||||
|
|
|
@ -30,6 +30,7 @@ docutils
|
||||||
qrcode
|
qrcode
|
||||||
keyring
|
keyring
|
||||||
pillow==4.3.0
|
pillow==4.3.0
|
||||||
|
cssutils
|
||||||
"
|
"
|
||||||
|
|
||||||
pip3 install --no-binary ":all:" \
|
pip3 install --no-binary ":all:" \
|
||||||
|
|
Loading…
Reference in New Issue