Skip to content

Commit

Permalink
Allow direct dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Apr 10, 2024
1 parent 5c4698d commit 7859bcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7859bcb

Please sign in to comment.