From 5140a8904319b49cf66ac82ecc2fba84bdcf79ee Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Wed, 17 Apr 2024 13:47:32 +0100 Subject: [PATCH] Change install format for design-system --- pyproject.toml | 2 +- requirements/dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3b2ed1c..2c7bccf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "pytest-flakes", "pytest-ruff", "pytidylib", - "dc-design-system @ https://github.com/DemocracyClub/design-system/archive/refs/tags/0.5.0.tar.gz", + "dc-design-system @ git+https://github.com/DemocracyClub/design-system@0.5.0", "whitenoise", "pysass", "jsmin<3.1", diff --git a/requirements/dev.txt b/requirements/dev.txt index bb29f9c..82eb60a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -17,7 +17,7 @@ pytest-mock pytest-flakes pytest-ruff pytidylib -https://github.com/DemocracyClub/design-system/archive/refs/tags/0.5.0.tar.gz +dc-design-system @ git+https://github.com/DemocracyClub/design-system@0.5.0 whitenoise pysass jsmin<3.1 \ No newline at end of file