From 72537e3c3af96edb43ec86493a6cb04d4419fb34 Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 28 Jan 2020 15:47:37 +0100 Subject: [PATCH] python: exclude broken version of construct to fix CI build --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index adb45d580..e2ad3751d 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -3,6 +3,6 @@ mnemonic>=0.17 requests>=2.4.0 click>=7,<8 libusb1>=1.6.4 -construct>=2.9 +construct>=2.9,!=2.10.55 typing_extensions>=3.7.4 pyblake2>=0.9.3 ; python_version<'3.6'