Skip to content

Commit

Permalink
add versions to required pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate committed Oct 29, 2024
1 parent a116eae commit 2fa51e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ pyinfra = [
'pyinfra>=2.6.1',
]
ansible = [
'ansible',
'ansible-core',
'ansible-runner',
'ansible>=10.5.0',
'ansible-core>=2.17.5',
'ansible-runner>=2.4.0',
]
all = [
"pydantic-pkgr[pyinfra,ansible]",
Expand Down

0 comments on commit 2fa51e4

Please sign in to comment.