diff options
author | jessicamack <jmack@redhat.com> | 2024-01-22 16:29:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 16:29:47 +0100 |
commit | f69f600cffa9757f961c222a38a82c58378f6a3a (patch) | |
tree | 75d2bddce8cf6b086f5ac6edadde9c559c5e45cf /requirements | |
parent | Fixed/updated URL for “Passing Variables on the Command Line" link. (#14763) (diff) | |
download | awx-f69f600cffa9757f961c222a38a82c58378f6a3a.tar.xz awx-f69f600cffa9757f961c222a38a82c58378f6a3a.zip |
Refer to the ansible repo for django-ansible-base requirement (#14793)
* update to the proper repo
* refer to devel
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/requirements_git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/requirements_git.txt b/requirements/requirements_git.txt index 0d2bef4430..caae7cf8f3 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] |