From c02c3a237fdfa88cd60e35622a17e9009f6138ad Mon Sep 17 00:00:00 2001 From: Daniele Esposti Date: Fri, 6 Jul 2018 19:39:11 +0100 Subject: [PATCH] Removed PyYAML version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 764fab1..bc10172 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( # quickfix to prevent pycodestyle conflicts 'flake8!=2.5.3', 'autopep8>=1.3', - 'pyyaml>=3.13', + 'pyyaml', 'six', ], entry_points={