From 20441611fec1dd292b12352879f9618a14619bc1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 16 Nov 2019 08:06:05 +0700 Subject: [PATCH] Properly bound experimental Molecule 3.0 dependency --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ea53b17..b5de9ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,7 +64,7 @@ setup_requires = setuptools_scm >= 1.15.0 setuptools_scm_git_archive >= 1.0 install_requires = - molecule >= 3.0a3 + molecule >= 3.0a3, <= 3.0 pyyaml >= 5.1, < 6 backports.shutil_which ; python_version<"3.3"