From 69cbba8839ad68420d55bd56833eb3e970ee6311 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 25 Jan 2021 09:37:16 +0100 Subject: [PATCH] Only require 'future' for python <3.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c8f29d..7b5fc7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pyOpenSSL typing ; python_version < "3.5" webcolors -future +future; python_version < "3.2" atomicwrites attrs logbook