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