diff options
author | Alan Rominger <arominge@redhat.com> | 2023-08-29 21:36:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 21:36:42 +0200 |
commit | 951bd1cc87199a003a7973e7fce9bede3c0a2078 (patch) | |
tree | e3041a7b106334036f65778705291f013637c379 /requirements | |
parent | docs: update execution_nodes.md to follow changes for receptor_collection (#1... (diff) | |
download | awx-951bd1cc87199a003a7973e7fce9bede3c0a2078.tar.xz awx-951bd1cc87199a003a7973e7fce9bede3c0a2078.zip |
Re-run the updater script after upstream removal of future (#14265)
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/requirements_git.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements/requirements_git.txt b/requirements/requirements_git.txt index a4ddd96586..f04010b84e 100644 --- a/requirements/requirements_git.txt +++ b/requirements/requirements_git.txt @@ -1,7 +1,7 @@ git+https://github.com/ansible/system-certifi.git@devel#egg=certifi # Remove pbr from requirements.in when moving ansible-runner to requirements.in git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner -# django-radius has an aggressive pin of future==0.16.0, see https://github.com/robgolding/django-radius/pull/25 -# There is a PR against django-radius that would fix this: https://github.com/robgolding/django-radius/pull/27 +# django-radius library has not released since several dependency fixes were made +# 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 |