From fc7104a7aea1aef4c4305ed2897951e558f12ba6 Mon Sep 17 00:00:00 2001 From: Virginia Dooley Date: Tue, 23 Apr 2024 16:59:08 +0100 Subject: [PATCH] Remove design system --- pyproject.toml | 1 - setup.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3da22fc..f8a975a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,6 @@ 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/setup.cfg b/setup.cfg index 6e75c1d..2ec8963 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,6 @@ install_requires = pytest-django pytest pytidylib - dc_design_system @ git+ssh://git@github.com:DemocracyClub/design-system.git [flake8] exclude = build,.git,.tox,./tests/.env