Philipp Hörist pushed to branch master at gajim / gajim
Commits:
6bd3d033 by Philipp Hörist at 2017-01-24T14:17:59+01:00
Update python packages for windows build
- - - - -
a779066a by Philipp Hörist at 2017-01-24T14:58:54+01:00
Merge branch 'master' into 'master'
Update python packages for windows build
See merge request !42
- - - - -
2 changed files:
- requirements.txt
- setup_win32.py
Changes:
=====================================
requirements.txt
=====================================
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,3 +11,4 @@ python-gnupg
pillow
pycurl
docutils
+qrcode
=====================================
setup_win32.py
=====================================
--- 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,
}
}
View it on GitLab:
https://dev.gajim.org/gajim/gajim/compare/a68fccd8f33216e8b71ecdb56bcee9bc648b8dad...a779066a61b29e22a67139eab5bcf9996947a36f
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits