diff options
author | jessicamack <jmack@redhat.com> | 2024-01-19 18:30:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-19 18:30:32 +0100 |
commit | 209747d88e8309cb2f4e57588fe300e4810547fd (patch) | |
tree | 9879cea5b2e9ea8fa10fcb96c9c5328580c622a3 /requirements/requirements_git.txt | |
parent | New setting for pg_notify listener DB settings, add keepalive (#14755) (diff) | |
download | awx-209747d88e8309cb2f4e57588fe300e4810547fd.tar.xz awx-209747d88e8309cb2f4e57588fe300e4810547fd.zip |
Update for django-ansible-base split (#14783)
* update paths and names
* temp to get tests passing
* fix typo
Diffstat (limited to 'requirements/requirements_git.txt')
-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 5f141306b7..0d2bef4430 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 -git+https://github.com/ansible/django-ansible-base.git@devel#egg=django-ansible-base[filtering] +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 |