Add certifi to windows dependencys
This commit is contained in:
parent
8a1a326bae
commit
86faba2649
|
@ -12,3 +12,4 @@ pillow
|
|||
pycurl
|
||||
docutils
|
||||
qrcode
|
||||
certifi
|
||||
|
|
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue