Skip to content

Commit 9fe9714

Browse files
committed
chore: add brand_yml to dev dependencies too
1 parent 9ebf4a5 commit 9fe9714

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies = [
5454
[project.optional-dependencies]
5555
theme = [
5656
"libsass>=0.23.0",
57-
"brand_yml"
57+
"brand_yml>=0.1.0rc5"
5858
]
5959
test = [
6060
"pytest>=6.2.4",
@@ -103,6 +103,7 @@ dev = [
103103
"Flake8-pyproject>=1.2.3",
104104
"isort>=5.10.1",
105105
"libsass>=0.23.0",
106+
"brand_yml>=0.1.0rc5",
106107
"pyright>=1.1.383",
107108
"pre-commit>=2.15.0",
108109
"wheel",

0 commit comments

Comments
 (0)