feat: enable django flags support (#15660)

* feat: enable django flags support

* add django flags license

* re-run updater script
This commit is contained in:
Peter Braun
2024-12-03 14:33:10 +01:00
committed by GitHub
parent 3ceca1b4c7
commit f62dfdad2d
4 changed files with 130 additions and 1 deletions

View File

@@ -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

View File

@@ -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