Skip to content

Commit

Permalink
Add python dependency version constraints (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4wh6k authored Nov 8, 2022
1 parent 7fb5463 commit 875d731
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.5
0.7.6
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ classifiers =
[options]
python_requires = >=3.10
install_requires =
ansible
ansible-runner
click
cryptography
pydantic
tornado
ansible >=6.5.0
ansible-runner >=2.3.0
click >=8.1.3
cryptography >=38.0.3
pydantic >=1.1.275
tornado >=6.2

[options.packages.find]
where = src
Expand Down

0 comments on commit 875d731

Please sign in to comment.