Added import plugins file
This commit is contained in:
parent
5a8be7bb09
commit
64a3357ecf
|
|
@ -194,3 +194,4 @@ pip-selfcheck.json
|
||||||
|
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/ansible,python,venv,virtualenv
|
# End of https://www.toptal.com/developers/gitignore/api/ansible,python,venv,virtualenv
|
||||||
|
|
||||||
|
!test/lib/ansible_test/data/requirements/
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
ansible>=9.2.0
|
||||||
|
cffi==1.16.0
|
||||||
|
cryptography==42.0.2
|
||||||
|
Jinja2==3.1.3
|
||||||
|
MarkupSafe==2.1.5
|
||||||
|
packaging==23.2
|
||||||
|
pycparser==2.21
|
||||||
|
PyYAML==6.0.1
|
||||||
|
requests>=2.31.0
|
||||||
|
resolvelib==1.0.1
|
||||||
|
pytest==8.0.0
|
||||||
Loading…
Reference in New Issue