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