Skip to content

Commit 65ae093

Browse files
committed
chore: use released brand_yml
1 parent 805aecd commit 65ae093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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@git+https://github.com/posit-dev/brand-yml"
57+
"brand_yml>=0.1.0"
5858
]
5959
test = [
6060
"pytest>=6.2.4",
@@ -103,7 +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",
106+
"brand_yml>=0.1.0",
107107
"pyright>=1.1.383",
108108
"pre-commit>=2.15.0",
109109
"wheel",

0 commit comments

Comments
 (0)