update to 3.0
This commit is contained in:
parent
1ef612140f
commit
5909c7657d
1 changed files with 4 additions and 2 deletions
|
@ -62,8 +62,8 @@
|
|||
healthchecks =
|
||||
let
|
||||
pname = "healthchecks";
|
||||
version = "2.10";
|
||||
hash = "sha256-1x+pYMHaKgLFWcL1axOv/ok1ebs0I7Q+Q6htncmgJzU=";
|
||||
version = "3.0";
|
||||
hash = "sha256-1xEWsNl1Gs+Xb5+KIZhnVrK4yT4CcVPfHEBP5EYQAD0=";
|
||||
localSettings = pkgs.writeText "local_settings.py" ''
|
||||
import os
|
||||
CSRF_TRUSTED_HOSTS = os.getenv("CSRF_TRUSTED_HOSTS", "").split(",")
|
||||
|
@ -81,10 +81,12 @@
|
|||
cronsim
|
||||
django
|
||||
django-compressor
|
||||
django-stubs-ext
|
||||
fido2
|
||||
minio
|
||||
psycopg2
|
||||
pycurl
|
||||
pydantic
|
||||
pyotp
|
||||
segno
|
||||
statsd
|
||||
|
|
Loading…
Reference in a new issue