Skip to content

Commit

Permalink
add dev dependencies (needed for github action)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Apr 3, 2024
1 parent ddd1209 commit 7faa0b7
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 1 deletion.
88 changes: 87 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ snakemake = "<8.0.0"
pulp = "2.7.0"
snakebids = "0.11.0"

[tool.poetry.group.dev.dependencies]
snakefmt = "^0.10.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 7faa0b7

Please sign in to comment.