From 18348041270d071c72a16e410bf0ba515ffd2d74 Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Mon, 10 Feb 2020 00:43:55 +0600 Subject: [PATCH] Fix tests for Python 3.4 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 35e7b45..f69657d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +colorama==0.4.1; python_version <= "3.4" pycodestyle==2.4.0; python_version < "2.7" pycodestyle==2.5.0; python_version >= "2.7" pytest==3.2.5; python_version < "2.7"