From b9a6cb4c66363bad653d0b4823f41b042c4fff56 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20H=C3=B6rist?= <philipp@hoerist.com>
Date: Thu, 1 Nov 2018 08:21:52 +0100
Subject: [PATCH] Windows: Update dev_env.sh

---
 win/dev_env.sh | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/win/dev_env.sh b/win/dev_env.sh
index 45ed117498..6bd616baf6 100644
--- a/win/dev_env.sh
+++ b/win/dev_env.sh
@@ -9,22 +9,23 @@ function main {
         mingw-w64-x86_64-python3-gobject \
         mingw-w64-x86_64-python3-pip \
         mingw-w64-x86_64-toolchain \
+        mingw-w64-x86_64-adwaita-icon-theme \
         mingw-w64-x86_64-gtk3 \
+        mingw-w64-x86_64-python3-setuptools-scm \
+        mingw-w64-x86_64-python3-cryptography \
+        mingw-w64-x86_64-python3-certifi \
         mingw-w64-x86_64-python3-pyopenssl \
-        mingw-w64-x86_64-python3-pillow
+        mingw-w64-x86_64-python3-pillow \
+        mingw-w64-x86_64-python3-six
 
     PIP_REQUIREMENTS="\
-certifi
 git+https://dev.gajim.org/gajim/python-nbxmpp.git
 git+https://dev.gajim.org/lovetox/pybonjour-python3.git
+git+https://github.com/enthought/pywin32-ctypes.git
 python-axolotl
 python-gnupg
 keyring
 cssutils
+qrcode
+precis-i18n
 "
-
-pip3 install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
-
-}
-
-main;
-- 
GitLab