chore: use Django LTS

This commit is contained in:
catvayor 2024-12-28 17:23:04 +01:00
parent 0fdc1a2a46
commit 57ff8fe131
Signed by: lbailly
GPG key ID: CE3E645251AC63F3
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Django==5.1.4
Django==4.2.17
Pillow==11.0.0
authens==0.2.0
channels==3.0.5

View file

@ -4,7 +4,7 @@
}:
let
python = pkgs.python39;
python = pkgs.python313;
in
pkgs.mkShell {