From 358a27b73795ad5d088bab5a493af526770aac01 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 13 Apr 2024 08:47:25 +0200 Subject: [PATCH] feat: Update pix360core repository URL Migrated the source for pix360core from `kumig.it` to `git.private.coffee` to align with updated hosting arrangements. This change ensures our project dependencies are fetched from the most current and secure source repository, maintaining the integrity and reliability of our application's external dependencies. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e597992..70e6c2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ argon2-cffi django-autosecretkey -git+https://kumig.it/kumisystems/pix360core.git +git+https://git.private.coffee/kumisystems/pix360core.git