Properly bound experimental Molecule 3.0 dependency

This commit is contained in:
Luke Murphy 2019-11-16 08:06:05 +07:00
parent 010b0a609c
commit 20441611fe
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -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"