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

Commit

Permalink
Remove pyyaml ceiling (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Dec 2, 2021
1 parent cf17561 commit 1e0559d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e0559d

Please sign in to comment.