From d44e6078a3d078f82f6c7b277accb4485c16dacd Mon Sep 17 00:00:00 2001 From: Niaz Faridani-Rad Date: Sat, 7 Oct 2023 15:34:50 +0200 Subject: [PATCH] Revert "Remove django-bulk-update from requirements.txt" --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 80fbc537c2..3042e4237c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,7 @@ django-cryptography==1.1 django-extensions==3.2.3 django-filter==23.3 django-picklefield==3.1 +django-bulk-update django-silk==5.0.4 djangorestframework==3.14.0 djangorestframework-simplejwt==5.3.0 @@ -42,4 +43,4 @@ Wand==0.6.11 django-q2==1.5.5 safetensors==0.4.0 py-cpuinfo==9.0.0 -psutil==5.9.5 +psutil==5.9.5 \ No newline at end of file