Skip to content

Commit

Permalink
Add packaging to dependencies (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Oct 31, 2022
1 parent fba634f commit 298eec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ myst-parser==0.18.1
# via ansible-compat (setup.cfg)
packaging==21.3
# via
# ansible-compat (setup.cfg)
# build
# pytest
# sphinx
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ zip_safe = False

# These are required in actual runtime:
install_requires =
packaging
PyYAML
subprocess-tee >= 0.3.5
jsonschema >= 4.6.0
Expand Down

0 comments on commit 298eec2

Please sign in to comment.