From 57ff8fe131b3e0b905613b6a13013ca6b0b28c1a Mon Sep 17 00:00:00 2001 From: catvayor Date: Sat, 28 Dec 2024 17:23:04 +0100 Subject: [PATCH] chore: use Django LTS --- requirements.txt | 2 +- shell.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2f69c5c5..65d1d380 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==5.1.4 +Django==4.2.17 Pillow==11.0.0 authens==0.2.0 channels==3.0.5 diff --git a/shell.nix b/shell.nix index 69411b79..8208e005 100644 --- a/shell.nix +++ b/shell.nix @@ -4,7 +4,7 @@ }: let - python = pkgs.python39; + python = pkgs.python313; in pkgs.mkShell {