Skip to content

Commit

Permalink
add graphviz dependency to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmanke committed Aug 9, 2024
1 parent dc2d7c5 commit 1ff4072
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ dependencies = [
"pandas",
"thefuzz",
"pyyaml >= 5.1",
"snakemake-executor-plugin-cluster-generic >= 1.0.9"
"snakemake-executor-plugin-cluster-generic >= 1.0.9",
"graphviz"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 1ff4072

Please sign in to comment.