Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 1ebfdb8

Browse files
authored
Fix dependencies (#52)
1 parent b764086 commit 1ebfdb8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ setup_requires =
6161

6262
# These are required in actual runtime:
6363
install_requires =
64-
molecule >= 3.2.0a0
65-
pyyaml >= 5.1, < 6
64+
# do not use ceiling unless you already know that newer version breaks
65+
# do not use pre-release versions
66+
molecule >= 3.2
67+
pyyaml >= 5.1
6668
boto3; platform_system == "Windows"
6769

6870
[options.extras_require]

0 commit comments

Comments
 (0)