mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
feat: enable django flags support (#15660)
* feat: enable django flags support * add django flags license * re-run updater script
This commit is contained in:
@@ -67,7 +67,7 @@ setuptools # see UPGRADE BLOCKERs
|
||||
setuptools_scm[toml] # see UPGRADE BLOCKERs, xmlsec build dep
|
||||
setuptools-rust>=0.11.4 # cryptography build dep
|
||||
pkgconfig>=1.5.1 # xmlsec build dep - needed for offline build
|
||||
|
||||
django-flags>=5.0.13
|
||||
# Temporarily added to use ansible-runner from git branch, to be removed
|
||||
# when ansible-runner moves from requirements_git.txt to here
|
||||
pbr
|
||||
|
||||
@@ -130,6 +130,7 @@ django==4.2.16
|
||||
# django-cors-headers
|
||||
# django-crum
|
||||
# django-extensions
|
||||
# django-flags
|
||||
# django-guid
|
||||
# django-oauth-toolkit
|
||||
# django-polymorphic
|
||||
@@ -145,6 +146,8 @@ django-crum==0.7.9
|
||||
# django-ansible-base
|
||||
django-extensions==3.2.3
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
django-flags==5.0.13
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
django-guid==3.5.0
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
django-oauth-toolkit==1.7.1
|
||||
|
||||
Reference in New Issue
Block a user