From cec67bb9ad2c3a7b8781bf1322fa03cae3bb4695 Mon Sep 17 00:00:00 2001 From: Daniele Esposti Date: Fri, 6 Jul 2018 08:50:30 +0100 Subject: [PATCH] Fixed PyYAML version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index de1df823..86cbf47e 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( 'cfgv>=1.0.0', 'identify>=1.0.0', 'nodeenv>=0.11.1', - 'pyyaml>=4.2b4', + 'pyyaml>=3.13', 'six', 'toml', 'virtualenv',