diff --git a/pyproject.toml b/pyproject.toml index 95df68b..f0c8813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "2.6.4" description = "This is a package to provide some common utilities for Django projects at Democracy Club." readme = "README.md" authors = [{name = "Sym Roe"}, {name = "Virginia Dooley"}] + dependencies = [ "django>=3.2,<4.3", "black", @@ -22,7 +23,7 @@ dependencies = [ "pytest-flakes", "pytest-ruff", "pytidylib", - "dc-design-system @ https://github.com/DemocracyClub/design-system/archive/0.4.6.zip#sha1=3fedf363770c5fda9c9b883b97b5ecae44be2793", + "dc-design-system @ git+https://\github.com/DemocracyClub/design-system.git@0.4.6", "whitenoise", "pysass", "jsmin<3.1", diff --git a/requirements/dev.txt b/requirements/dev.txt index c2b8ec8..992c06a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -16,7 +16,7 @@ pytest-mock pytest-flakes pytest-ruff pytidylib -https://github.com/DemocracyClub/design-system/archive/refs/tags/0.4.6.tar.gz +git+https://\github.com/DemocracyClub/design-system.git@0.4.6 whitenoise pysass jsmin<3.1 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index d2828d3..2ec8963 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,8 +18,6 @@ install_requires = pytest-django pytest pytidylib - https://github.com/DemocracyClub/design-system/archive/refs/tags/0.4.6.tar.gz - [flake8] exclude = build,.git,.tox,./tests/.env