From ee024f917804bc86a609eadbc7f01b7b1339e607 Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Tue, 9 Apr 2024 12:09:30 +0100 Subject: [PATCH] Update dependency link format --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5cb65a..d07c843 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pytest-flakes", "pytest-ruff", "pytidylib", - "dc_design_system @ git+https://github.com/DemocracyClub/dc_django_utils.git", + "dc-design-system @ https://github.com/DemocracyClub/design-system/archive/refs/tags/0.4.6.zip", "whitenoise", "pysass", "jsmin<3.1",