Skip to content

Commit

Permalink
Revert Upgrade to PyQt 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Dec 27, 2022
1 parent a4e4b5c commit 8410cca
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,35 +38,35 @@
"sexpdata",
"tld",
"lxml",
"PyQt6==6.4.0",
"PyQt6-Qt6==6.4.1",
"PyQt6==6.3.1",
"PyQt6-Qt6==6.3.1",
"PyQt6-sip",
"PyQt6-WebEngine==6.4.0",
"PyQt6-WebEngine-Qt6==6.4.1"
"PyQt6-WebEngine==6.3.1",
"PyQt6-WebEngine-Qt6==6.3.1"
],
"win32": [
"epc",
"sexpdata",
"tld",
"lxml",
"pygetwindow",
"PyQt6==6.4.0",
"PyQt6-Qt6==6.4.1",
"PyQt6==6.3.1",
"PyQt6-Qt6==6.3.1",
"PyQt6-sip",
"PyQt6-WebEngine==6.4.0",
"PyQt6-WebEngine-Qt6==6.4.1"
"PyQt6-WebEngine==6.3.1",
"PyQt6-WebEngine-Qt6==6.3.1"
],
"darwin": [
"epc",
"sexpdata",
"tld",
"lxml",
"mac-app-frontmost",
"PyQt6==6.4.0",
"PyQt6-Qt6==6.4.1",
"PyQt6==6.3.1",
"PyQt6-Qt6==6.3.1",
"PyQt6-sip",
"PyQt6-WebEngine==6.4.0",
"PyQt6-WebEngine-Qt6==6.4.1"
"PyQt6-WebEngine==6.3.1",
"PyQt6-WebEngine-Qt6==6.3.1"
]
}
}

0 comments on commit 8410cca

Please sign in to comment.