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 1b5388a commit 65ca8f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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"}]

[tool.hatch.metadata]
allow-direct-references = true

dependencies = [
"django>=3.2,<4.3",
"black",
Expand All @@ -22,7 +26,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+ssh://git@github.com/DemocracyClub/design-system#sha1=3fedf363770c5fda9c9b883b97b5ecae44be2793",
"whitenoise",
"pysass",
"jsmin<3.1",
Expand Down

0 comments on commit 65ca8f4

Please sign in to comment.