From 7a2114e7c0a05a8730130ac8edb385b5475a2a2e 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 130870a..0798f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pytest-flakes", "pytest-ruff", "pytidylib", - "dc_design_system @ https://github.com/DemocracyClub/design-system/releases/tag/0.4.6", + "dc-design-system @ https://github.com/DemocracyClub/design-system/archive/refs/tags/0.4.6.zip" "whitenoise", "pysass", "jsmin<3.1",