From 1e0559db7349fd11c371148e39e3847ed5344f00 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 2 Dec 2021 10:54:24 +0000 Subject: [PATCH] Remove pyyaml ceiling (#153) --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bf870e6..07437fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,8 +54,10 @@ zip_safe = False # These are required in actual runtime: install_requires = + # do not use ceiling unless you already know that newer version breaks + # do not use pre-release versions molecule >= 3.4.1 - pyyaml >= 5.1, < 6 + pyyaml >= 5.1 Jinja2 >= 2.11.3 selinux python-vagrant