summaryrefslogtreecommitdiffstats
path: root/requirements
diff options
context:
space:
mode:
authorjessicamack <jmack@redhat.com>2024-03-01 17:18:35 +0100
committerGitHub <noreply@github.com>2024-03-01 17:18:35 +0100
commit887604317e75dd8ffdd6673077763011ac6844d1 (patch)
treee392d5c8d0104d1eb870e2873fcbc8f9d5a79568 /requirements
parentfails when ran with vscode debugger (diff)
downloadawx-887604317e75dd8ffdd6673077763011ac6844d1.tar.xz
awx-887604317e75dd8ffdd6673077763011ac6844d1.zip
Integrate resources API in Controller (#14896)
* add resources api to controller * update setting models are not the source of truth in AWX * Force creation of ServiceID object in tests * fix typo * settings fix for CI --------- Co-authored-by: Alan Rominger <arominge@redhat.com>
Diffstat (limited to 'requirements')
-rw-r--r--requirements/requirements_git.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/requirements_git.txt b/requirements/requirements_git.txt
index 19886ca520..350c2d48b0 100644
--- a/requirements/requirements_git.txt
+++ b/requirements/requirements_git.txt
@@ -5,4 +5,4 @@ git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner
# specifically need https://github.com/robgolding/django-radius/pull/27
git+https://github.com/ansible/django-radius.git@develop#egg=django-radius
git+https://github.com/ansible/python3-saml.git@devel#egg=python3-saml
-django-ansible-base @ git+https://github.com/ansible/django-ansible-base@devel#egg=django-ansible-base[rest_filters,jwt_consumer]
+django-ansible-base @ git+https://github.com/ansible/django-ansible-base@devel#egg=django-ansible-base[rest_filters,jwt_consumer,resource_registry]