From 0e826efee5b4b14f28a19666073b22b5837e622e Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Sat, 7 Dec 2019 14:01:07 +0100 Subject: [PATCH] attempt to fix windows build Signed-off-by: Nicolas De Loof --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 1627cca9e..fccd7c4ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,6 +20,7 @@ PySocks==1.6.7 PyYAML==4.2b1 requests==2.22.0 six==1.12.0 +subprocess32==3.5.4; python_version < '3.2' texttable==1.6.2 urllib3==1.24.2; python_version == '3.3' websocket-client==0.32.0