diff --git a/pyproject.toml b/pyproject.toml index 9d41576..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/0.5.0.zip", + "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 7d18c27..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/0.5.0.zip +dc-design-system @ git+https://github.com/DemocracyClub/design-system@0.5.0 whitenoise pysass jsmin<3.1 \ No newline at end of file