Skip to content

Commit 298eec2

Browse files
authored
Add packaging to dependencies (#173)
1 parent fba634f commit 298eec2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ myst-parser==0.18.1
6767
# via ansible-compat (setup.cfg)
6868
packaging==21.3
6969
# via
70+
# ansible-compat (setup.cfg)
7071
# build
7172
# pytest
7273
# sphinx

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ zip_safe = False
5757

5858
# These are required in actual runtime:
5959
install_requires =
60+
packaging
6061
PyYAML
6162
subprocess-tee >= 0.3.5
6263
jsonschema >= 4.6.0

0 commit comments

Comments
 (0)