1
0

qt gui: qt6 migration follow-ups

This commit is contained in:
SomberNight
2024-09-16 16:02:08 +00:00
parent d791e3a9c8
commit 1ee6361c7e
9 changed files with 7 additions and 35 deletions

View File

@@ -42,7 +42,7 @@ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
extras_require = {
'hardware': requirements_hw,
'gui': ['pyqt5'],
'gui': ['pyqt6'],
'crypto': ['cryptography>=2.6'],
'tests': ['pycryptodomex>=3.7', 'cryptography>=2.6', 'pyaes>=0.1a1'],
'qml_gui': ['pyqt6', 'Pillow>=8.4.0']