feat: enable django flags support (#15660) (#6755)

* feat: enable django flags support

* add django flags license

* re-run updater script
This commit is contained in:
Peter Braun
2024-12-09 09:40:28 +01:00
committed by GitHub
parent a1ec28aeb9
commit 56d3933154
4 changed files with 130 additions and 1 deletions

View File

@@ -75,7 +75,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

View File

@@ -136,6 +136,7 @@ django==4.2.16
# django-cors-headers
# django-crum
# django-extensions
# django-flags
# django-guid
# django-oauth-toolkit
# django-polymorphic
@@ -153,6 +154,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.2.1
# via -r /awx_devel/requirements/requirements.in
django-oauth-toolkit==1.7.1