From e3a0e473952fc38d996f4bbb01730b961d08aa86 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 14 Dec 2022 22:29:15 +0100 Subject: [PATCH] Require django-uwsgi-ng 2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ff94159b..fb8b9e043 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ bs4 = "^0.0.1" django-invitations = "^2.0.0" django-cleavejs = "^0.1.0" django-allauth = "^0.51.0" -django-uwsgi-ng = "^1.1.0" +django-uwsgi-ng = "^2.0" django-extensions = "^3.1.1" ipython = "^8.0.0" django-oauth-toolkit = "^2.0.0" -- GitLab