From f394d675a99beb6010942a104f0c71a32a081e97 Mon Sep 17 00:00:00 2001 From: Oleg Strizhechenko Date: Mon, 20 Jan 2020 15:28:33 +0500 Subject: [PATCH] Fixed(build): froze colorama version to support py3.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0633f3..fc211c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ setuptools pyyaml ipaddress six -colorama +colorama==0.4.3 flake8 pytest collective.checkdocs