From 7c4292ed9f21e1000bf7bcc943c31f63d1c5f7ad Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Thu, 18 Apr 2024 08:31:31 +0100 Subject: [PATCH] Change design-system url format --- pyproject.toml | 1 + requirements/dev.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9af8d63..5ead69a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ dependencies = [ "pytest-flakes", "pytest-ruff", "pytidylib", + "dc-design-system @ git+https://github.com/DemocracyClub/design-system.git@0.5.0", "whitenoise", "pysass", "jsmin<3.1", diff --git a/requirements/dev.txt b/requirements/dev.txt index 82eb60a..d383511 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -17,7 +17,8 @@ pytest-mock pytest-flakes pytest-ruff pytidylib -dc-design-system @ git+https://github.com/DemocracyClub/design-system@0.5.0 +https://github.com/DemocracyClub/design-system/archive/refs/tags/0.5.0.tar.gz + whitenoise pysass jsmin<3.1 \ No newline at end of file