mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
update qt to 5.12.2
This commit is contained in:
parent
e38cecd88a
commit
f7cc88a4fd
1 changed files with 3 additions and 3 deletions
|
@ -108,8 +108,8 @@ def main():
|
|||
base = sys.argv[1]
|
||||
|
||||
packages = [
|
||||
("pyqt5", "pyqt5==5.15.1"),
|
||||
("pyqtwebengine", "pyqtwebengine==5.15.1"),
|
||||
("pyqt5", "pyqt5==5.15.2"),
|
||||
("pyqtwebengine", "pyqtwebengine==5.15.2"),
|
||||
("pyqt5-sip", "pyqt5_sip==12.8.1"),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue