1
0

add new 'qml_gui' extra to setup.py and include it for tox

This commit is contained in:
Sander van Grieken
2024-02-12 11:29:05 +01:00
parent 46e0c6e8ae
commit 71dbf76cd0
3 changed files with 4 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ extras_require = {
'gui': ['pyqt5'],
'crypto': ['cryptography>=2.6'],
'tests': ['pycryptodomex>=3.7', 'cryptography>=2.6', 'pyaes>=0.1a1'],
'qml_gui': ['pyqt6', 'Pillow==8.4.0']
}
# 'full' extra that tries to grab everything an enduser would need (except for libsecp256k1...)
extras_require['full'] = [pkg for sublist in