Add django-waffle for feature flagging: update dependencies and middleware configuration.

This commit is contained in:
2026-04-12 10:18:53 +02:00
parent e55c88c742
commit 95e46fe727
3 changed files with 17 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ dependencies = [
"django-htmx>=1.27.0",
"django-phonenumber-field[phonenumbers]>=8.4.0",
"django-tailwind[cookiecutter,honcho]>=4.4.2",
"django-waffle>=5.0.0",
"pillow>=12.1.0",
"psycopg2-binary>=2.9.11",
"python-decouple>=3.8",