Restore nostr and downgrade python docker

This commit is contained in:
koalasat 2024-10-19 17:59:42 +02:00
parent 3e9a8dc2bd
commit d0b282a7ce
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.13.0-slim-bookworm
FROM python:3.12.3-slim-bookworm
ARG DEBIAN_FRONTEND=noninteractive
ARG DEVELOPMENT=False

View File

@ -28,6 +28,6 @@ drf-spectacular==0.27.2
drf-spectacular-sidecar==2024.7.1
django-cors-headers==4.4.0
base91==1.0.1
nostr-sdk==0.32.2
nostr-sdk==0.35.1
pygeohash==1.2.0
asgiref == 3.8.1