Merge branch 'master' into 'master'
Update python packages for windows build See merge request !42
This commit is contained in:
commit
a779066a61
|
@ -11,3 +11,4 @@ python-gnupg
|
||||||
pillow
|
pillow
|
||||||
pycurl
|
pycurl
|
||||||
docutils
|
docutils
|
||||||
|
qrcode
|
||||||
|
|
|
@ -117,7 +117,8 @@ OPTIONS = {
|
||||||
'build_exe': {
|
'build_exe': {
|
||||||
'includes': ['gi', 'numbers', 'win32com.client', 'win32com.server'],
|
'includes': ['gi', 'numbers', 'win32com.client', 'win32com.server'],
|
||||||
'packages': ['gi', 'cffi', 'cryptography', 'google', 'axolotl',
|
'packages': ['gi', 'cffi', 'cryptography', 'google', 'axolotl',
|
||||||
'pkg_resources', 'Crypto', 'pycparser', 'keyring'],
|
'pkg_resources', 'Crypto', 'pycparser', 'keyring',
|
||||||
|
'PIL', 'idna', 'qrcode'],
|
||||||
'include_files': INCLUDE_FILES,
|
'include_files': INCLUDE_FILES,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue