From dfc8734d8916b7bf498f7ce76fb5b16a37f9c111 Mon Sep 17 00:00:00 2001 From: piwero Date: Thu, 23 Nov 2023 20:44:02 +0000 Subject: [PATCH] Ping python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 695ed9c..7508c5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ django-crispy-forms = "^1.14.0" dj-database-url = "^2.0.0" gunicorn = "^21.0.0" psycopg2-binary = "^2.9.3" -python = "^3.10" +python = "3.10" python-decouple = "^3.6" sqlparse = "^0.4.4" whitenoise = "^6.2.0"