Merge branch 'check_dependancies' into 'master'

Add missing dependencies

See merge request openlp/openlp!447
This commit is contained in:
Raoul Snyman 2022-04-01 18:50:25 +00:00
commit 89a206c3ce
1 changed files with 3 additions and 1 deletions

View File

@ -94,7 +94,9 @@ MODULES = [
'qtawesome',
'pymediainfo',
'vlc',
'zeroconf'
'zeroconf',
'qrcode',
'PIL.ImageQt'
]