From 458651c3cb220a397e1e2e8884f98ab089fac2d1 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 24 Mar 2024 16:49:57 +0100 Subject: [PATCH] feat: update django-multiselectfield repo URL Migrated the django-multiselectfield dependency source to a new repository URL to align with our updated internal hosting strategy. This change ensures that our dependency management is consistent with current guidelines and utilizes our private repository infrastructure for better control and security. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 29a8e96..ef66613 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ django-colorfield django-multiupload django-storages django-polymorphic -git+https://kumig.it/kumitterer/django-multiselectfield.git +git+https://git.private.coffee/kumi/django-multiselectfield.git git+https://github.com/Chive/django-multiupload.git dbsettings django-filtersignals