chore: use Django LTS
This commit is contained in:
parent
0fdc1a2a46
commit
57ff8fe131
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
Django==5.1.4
|
Django==4.2.17
|
||||||
Pillow==11.0.0
|
Pillow==11.0.0
|
||||||
authens==0.2.0
|
authens==0.2.0
|
||||||
channels==3.0.5
|
channels==3.0.5
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
python = pkgs.python39;
|
python = pkgs.python313;
|
||||||
in
|
in
|
||||||
|
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
|
|
Loading…
Reference in a new issue