Skip to content

Commit 2090ce1

Browse files
committed
UPD Modules
1 parent 2ef9b90 commit 2090ce1

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

requirements.txt

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core
2-
django==4.2.5
2+
django==4.2.6
33
python-dotenv==1.0.0
44

55
# Deployment
@@ -10,9 +10,12 @@ gunicorn==21.2.0
1010
# psycopg2-binary==3.1.12
1111
# mysqlclient==2.2.0
1212

13-
celery
14-
redis
15-
hiredis
16-
django-celery-results
17-
djangorestframework
18-
django-api-generator
13+
celery==5.3.4
14+
redis==5.0.1
15+
hiredis==2.2.3
16+
17+
django-celery-results==2.5.1
18+
djangorestframework==3.14.0
19+
django-api-generator==1.0.17
20+
21+
Pillow==10.0.1

0 commit comments

Comments
 (0)