From 5d80d415fc05fa23f837809677d8fc96a793d175 Mon Sep 17 00:00:00 2001 From: Adil Mohak Date: Sun, 6 Oct 2024 17:37:00 +0300 Subject: [PATCH] Fix: dependency conflicts --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index b6b3215..95681f0 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -9,7 +9,7 @@ django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms crispy-bootstrap5==0.7 # https://github.com/django-crispy-forms/crispy-bootstrap5 django-filter==23.5 # https://github.com/carltongibson/django-filter -django-modeltranslation==0.19.9 # https://github.com/Buren/django-modeltranslation +django-modeltranslation==0.18.11 # https://github.com/Buren/django-modeltranslation # Django REST Framework djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework