From e8e992283281442043a0070c263aea8bb084a39b Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 1 Apr 2025 09:21:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=96(back)=20remove=20url-normalize=20depe?= =?UTF-8?q?ndency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have the dependency url-normalize installed but we don't use it in our codebase. --- src/backend/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 3ab7c623..d493f1f0 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -58,7 +58,6 @@ dependencies = [ "python-magic==0.4.27", "requests==2.32.3", "sentry-sdk==2.25.0", - "url-normalize==2.2.0", "whitenoise==6.9.0", ]