We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba634f commit 298eec2Copy full SHA for 298eec2
requirements.txt
@@ -67,6 +67,7 @@ myst-parser==0.18.1
67
# via ansible-compat (setup.cfg)
68
packaging==21.3
69
# via
70
+ # ansible-compat (setup.cfg)
71
# build
72
# pytest
73
# sphinx
setup.cfg
@@ -57,6 +57,7 @@ zip_safe = False
57
58
# These are required in actual runtime:
59
install_requires =
60
+ packaging
61
PyYAML
62
subprocess-tee >= 0.3.5
63
jsonschema >= 4.6.0
0 commit comments