AppVeyor: upgrade PySide2 to 5.12.3

This commit is contained in:
Alberto Sottile 2019-05-06 18:27:12 +02:00 committed by albertosottile
parent cf35fd73fe
commit fbe9f3a9ac
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ init:
- curl -L https://bintray.com/alby128/py2exe/download_file?file_path=py2exe-0.9.3.0-cp36-none-win32.whl -o py2exe-0.9.3.0-cp36-none-win32.whl - curl -L https://bintray.com/alby128/py2exe/download_file?file_path=py2exe-0.9.3.0-cp36-none-win32.whl -o py2exe-0.9.3.0-cp36-none-win32.whl
- pip install py2exe-0.9.3.0-cp36-none-win32.whl - pip install py2exe-0.9.3.0-cp36-none-win32.whl
- del py2exe-0.9.3.0-cp36-none-win32.whl - del py2exe-0.9.3.0-cp36-none-win32.whl
- pip install shiboken2==5.12.0 PySide2==5.12.0 - pip install shiboken2==5.12.3 PySide2==5.12.3
- pip freeze - pip freeze
install: install: