Merge pull request #1562 from RoboSats/restore-nostr-downgrade-python

Restore nostr and downgrade python docker
This commit is contained in:
KoalaSat 2024-10-19 16:00:20 +00:00 committed by GitHub
commit e853605256
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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