From f69f600cffa9757f961c222a38a82c58378f6a3a Mon Sep 17 00:00:00 2001 From: jessicamack Date: Mon, 22 Jan 2024 10:29:47 -0500 Subject: [PATCH] Refer to the ansible repo for django-ansible-base requirement (#14793) * update to the proper repo * refer to devel --- requirements/requirements_git.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_git.txt b/requirements/requirements_git.txt index 0d2bef443074..caae7cf8f3b2 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/john-westcott-iv/django-ansible-base@app_split#egg=django-ansible-base[rest_filters] \ No newline at end of file +django-ansible-base @ git+https://github.com/ansible/django-ansible-base@devel#egg=django-ansible-base[rest_filters]