Add keyring dependency to windows build
This commit is contained in:
parent
82cfcbff8b
commit
46cd1a3c53
|
@ -23,6 +23,7 @@ install:
|
|||
- ps: Add-Content C:\Python34\Lib\site-packages\google\__init__.py " "
|
||||
- "%PYTHON%\\python.exe -m pip install pycryptodome"
|
||||
- "%PYTHON%\\python.exe -m pip install cx_freeze"
|
||||
- "%PYTHON%\\python.exe -m pip install keyring"
|
||||
- "%PYTHON%\\python.exe -m pip install pypiwin32"
|
||||
- "%PYTHON%\\python.exe -m pip install pyopenssl"
|
||||
- "%PYTHON%\\python.exe -m pip install --no-dependencies python-axolotl"
|
||||
|
|
|
@ -117,7 +117,7 @@ OPTIONS = {
|
|||
'build_exe': {
|
||||
'includes': ['gi', 'numbers', 'win32com.client', 'win32com.server'],
|
||||
'packages': ['gi', 'cffi', 'cryptography', 'google', 'axolotl',
|
||||
'pkg_resources', 'Crypto', 'pycparser'],
|
||||
'pkg_resources', 'Crypto', 'pycparser', 'keyring'],
|
||||
'include_files': INCLUDE_FILES,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue