Appveyor: add cssutils dependency

This commit is contained in:
Philipp Hörist 2018-08-23 19:48:36 +02:00
parent a087486e45
commit bf64d04046
2 changed files with 2 additions and 0 deletions

View File

@ -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"] [" "])

View File

@ -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:" \