From d91ad52d0f131faf91635e48177f30baec43eb1b Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 6 Jan 2023 23:11:49 +0100 Subject: [PATCH] Pin django-formtools to 2.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a4a6ae..e67ecd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ secondary = true python = "^3.9" aleksis-core = "^2.12.2" django-iban-field = "^0.8" -django-formtools = "^2.3" +django-formtools = "2.3" django-starfield = "^1.0" aleksis-app-postbuero = "1.0+20220218233830.a212f707" aleksis-app-tezor = "^1.0" -- GitLab