From 75f41fc5dbcc264ba5104a5650e83f350f8fd81d Mon Sep 17 00:00:00 2001
From: Holger Nahrstaedt <holger@nahrstaedt.de>
Date: Tue, 8 May 2018 06:55:20 +0200
Subject: [PATCH] Try to fix appveyor for py 27

---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index fef99660..7c917ecf 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -55,7 +55,7 @@ install:
 - cmd: conda install --yes conda-build setuptools pip pytest-pylint parameterized cryptography
 - cmd: conda install --yes pycryptodomex scrypt pyyaml pytest pytest-mock coverage mock appdirs pylibscrypt
 - cmd: conda install --yes ecdsa requests future websocket-client pytz six Click events prettytable pyinstaller
-- cmd: pip install websockets
+- cmd: pip install websockets==3.4
 
 
   # Upgrade to the latest version of pip to avoid it displaying warnings
-- 
GitLab