Skip to content

Commit

Permalink
chore: add all optional dependency to solara-meta package
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Apr 9, 2024
1 parent c307f21 commit 37805a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/solara-meta/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ Home = "https://www.github.com/widgetti/solara"
Documentation = "https://solara.dev"

[project.optional-dependencies]
all = [
"solara[assets]",
"solara[documentation]",
"solara[pytest]",
"solara[dev]"
]

assets = [
"solara-assets==1.31.0"
]
Expand Down

0 comments on commit 37805a2

Please sign in to comment.