pretix: pin chardet 5.x

This commit is contained in:
Martin Weinelt
2026-07-02 23:07:30 +02:00
parent 8dd46a9af8
commit 739c6e8f63
+1
View File
@@ -17,6 +17,7 @@ let
python = python3.override {
self = python;
packageOverrides = self: super: {
chardet = super.chardet_5;
django = super.django_5;
django-oauth-toolkit = super.django-oauth-toolkit.overridePythonAttrs (oldAttrs: rec {