From 63a3f846271d21b27d0c37a9f4de9cd8bf5ba46a Mon Sep 17 00:00:00 2001 From: Oleg Strizhechenko Date: Mon, 20 Jan 2020 15:34:16 +0500 Subject: [PATCH] Fixed(build): froze pyyaml version to support py3.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fc211c7..40b39ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ prettytable setuptools -pyyaml +pyyaml==5.3 ipaddress six colorama==0.4.3