Skip to content

Commit

Permalink
Narrow down dependency versions (#3015)
Browse files Browse the repository at this point in the history
Avoid incompatibility with newer rich.
  • Loading branch information
ssbarnea authored Dec 19, 2020
1 parent 0493166 commit 5e62c07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ install_requires =
click-help-colors >= 0.6
cookiecutter >= 1.6.0, != 1.7.1
dataclasses; python_version<"3.7"
enrich >= 1.2.1
enrich >= 1.2.4, < 1.2.5
Jinja2 >= 2.10.1
packaging
paramiko >= 2.5.0, < 3
pluggy >= 0.7.1, < 1.0
PyYAML >= 5.1, < 6
rich >= 6.0
subprocess-tee >= 0.1.6
rich >= 6.0, < 9.5
subprocess-tee >= 0.1.6, < 0.2.0
setuptools >= 42 # for pkg_resources
yamllint >= 1.15.0, < 2
# selinux python module is needed as least by ansible-docker/podman modules
Expand Down

0 comments on commit 5e62c07

Please sign in to comment.