Merge branch 'master' into 'master'

Update python packages for windows build

See merge request !42
This commit is contained in:
Philipp Hörist 2017-01-24 14:58:54 +01:00
commit a779066a61
2 changed files with 3 additions and 1 deletions

View File

@ -11,3 +11,4 @@ python-gnupg
pillow
pycurl
docutils
qrcode

View File

@ -117,7 +117,8 @@ OPTIONS = {
'build_exe': {
'includes': ['gi', 'numbers', 'win32com.client', 'win32com.server'],
'packages': ['gi', 'cffi', 'cryptography', 'google', 'axolotl',
'pkg_resources', 'Crypto', 'pycparser', 'keyring'],
'pkg_resources', 'Crypto', 'pycparser', 'keyring',
'PIL', 'idna', 'qrcode'],
'include_files': INCLUDE_FILES,
}
}