From 091c15a4b759160215b5f47cfb7de10e9483bc2f Mon Sep 17 00:00:00 2001 From: Oleg Strizhechenko Date: Mon, 20 Jan 2020 15:48:22 +0500 Subject: [PATCH] Fixed(build): froze colorama version to support py3.4 Strange, colorama 0.4.3 works fine on CentOS 6 with Python 3.4 while it isn't supported in setup.py --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f1ea17f..20e742b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ setuptools pyyaml==5.2 ipaddress six -colorama==0.4.3 +colorama==0.4.2 flake8 pytest collective.checkdocs