From 6bd3d0331043f1c620136aabb23503e6cd939d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Tue, 24 Jan 2017 14:16:00 +0100 Subject: [PATCH] Update python packages for windows build --- requirements.txt | 1 + setup_win32.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a8e461c19..e77c4c83b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +11,4 @@ python-gnupg pillow pycurl docutils +qrcode diff --git a/setup_win32.py b/setup_win32.py index e21730ae6..681a2ac0a 100644 --- a/setup_win32.py +++ b/setup_win32.py @@ -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, } }