Add certifi to windows dependencys

This commit is contained in:
Philipp Hörist 2017-02-27 23:14:37 +01:00
parent 8a1a326bae
commit 86faba2649
2 changed files with 2 additions and 1 deletions

View File

@ -12,3 +12,4 @@ pillow
pycurl
docutils
qrcode
certifi

View File

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