1
0

android readme: de-dupe "qml_gui" requirements

follow-up https://github.com/spesmilo/electrum/pull/8881
This commit is contained in:
SomberNight
2024-02-15 14:53:51 +00:00
parent 5582b753e5
commit ea4481a8dd
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +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']
'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