Skip to content

Commit

Permalink
Merge pull request #73 from DemocracyClub/hotfix/design-system-depend…
Browse files Browse the repository at this point in the history
…ency

Allow design-system to be found by pypi
  • Loading branch information
VirginiaDooley authored Apr 9, 2024
2 parents c70c7b1 + 09a448d commit 5a74c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Install HTML Tidy
command: |
wget https://github.com/htacg/tidy-html5/releases/download/5.8.0/tidy-5.8.0-Linux-64bit.deb && sudo dpkg -i tidy-5.8.0-Linux-64bit.deb
rm tidy-5.8.0-Linux-64bit.deb
rm -rf tidy-5.8.0-Linux-64bit.deb
- run:
name: Install Requirements
command: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"pytest-flakes",
"pytest-ruff",
"pytidylib",
"dc-design-system @ https://github.com/DemocracyClub/design-system/archive/refs/tags/0.4.6.zip",
"dc-design-system @ https://github.com/DemocracyClub/design-system/archive/refs/tags/0.4.6.zip#sha1=3fedf363770c5fda9c9b883b97b5ecae44be2793",
"whitenoise",
"pysass",
"jsmin<3.1",
Expand Down

0 comments on commit 5a74c6f

Please sign in to comment.