From c22f838ec07f8f317e90e1673b75b66f1a5df983 Mon Sep 17 00:00:00 2001 From: abbastoof Date: Thu, 30 May 2024 19:47:53 +0300 Subject: [PATCH] adding some requirements --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3fd934e..33b0295 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ django-sslserver==0.22 django-anymail==9.0.0 # for pagination in Django, pagination is the process of dividing a large list of items into smaller pages -django-bootstrap-pagination==1.10.0 +django-bootstrap-pagination==1.7.1 # for filtering django-filter==2.4.0