mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
Bump django to 4.2 (and all dependencies)
This commit is contained in:
parent
222b4f9fff
commit
9299baad45
@ -23,7 +23,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# install lnd/cln grpc services
|
# install lnd/cln grpc services
|
||||||
RUN sh generate_grpc.sh
|
# RUN sh generate_grpc.sh
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
django==3.2.18
|
django==4.2
|
||||||
django-admin-relation-links==0.2.5
|
django-admin-relation-links==0.2.5
|
||||||
django-celery-beat==2.5.0
|
django-celery-beat==2.5.0
|
||||||
django-celery-results==2.4.0
|
django-celery-results==2.5.0
|
||||||
django-model-utils==4.2.0
|
django-model-utils==4.3.1
|
||||||
django-private-chat2==1.0.2
|
|
||||||
django-redis==5.2.0
|
django-redis==5.2.0
|
||||||
django-timezone-field==5.0
|
django-timezone-field==5.0
|
||||||
djangorestframework==3.13.1
|
djangorestframework==3.14.0
|
||||||
channels==3.0.4
|
channels==3.0.4
|
||||||
channels-redis==3.3.1
|
channels-redis==3.3.1
|
||||||
celery==5.2.7
|
celery==5.2.7
|
||||||
@ -15,7 +14,7 @@ googleapis-common-protos==1.59.0
|
|||||||
grpcio-tools==1.54.0
|
grpcio-tools==1.54.0
|
||||||
numpy==1.24.3
|
numpy==1.24.3
|
||||||
Pillow==9.5.0
|
Pillow==9.5.0
|
||||||
python-decouple==3.5
|
python-decouple==3.8
|
||||||
requests==2.22.0
|
requests==2.22.0
|
||||||
ring==0.10.1
|
ring==0.10.1
|
||||||
git+https://github.com/RoboSats/Robohash.git
|
git+https://github.com/RoboSats/Robohash.git
|
||||||
@ -23,7 +22,7 @@ scipy==1.10.1
|
|||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
psycopg2==2.9.6
|
psycopg2==2.9.6
|
||||||
SQLAlchemy==2.0.12
|
SQLAlchemy==2.0.12
|
||||||
django-import-export==2.7.1
|
django-import-export==3.2.0
|
||||||
requests[socks]
|
requests[socks]
|
||||||
python-gnupg==0.5.0
|
python-gnupg==0.5.0
|
||||||
daphne==3.0.2
|
daphne==3.0.2
|
||||||
@ -33,4 +32,4 @@ black==22.8.0
|
|||||||
isort==5.12.0
|
isort==5.12.0
|
||||||
flake8==6.0.0
|
flake8==6.0.0
|
||||||
pyflakes==3.0.1
|
pyflakes==3.0.1
|
||||||
django-cors-headers==3.13.0
|
django-cors-headers==3.14.0
|
||||||
|
Loading…
Reference in New Issue
Block a user