Skip to content

Commit

Permalink
Return dependency in template that was accidentally removed in the la…
Browse files Browse the repository at this point in the history
…st commit..
  • Loading branch information
gbpoole committed Jul 4, 2024
1 parent 0bfd5e8 commit 540199d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions {{cookiecutter.repo_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ myst-parser = { version = "^1", optional = true }
pytest = { version = "^7", optional = true }
pytest-mock = { version = "^3", optional = true }
pytest-cookies = { version = "^0", optional = true }
pytest-cov = { version = "^5", optional = true }
black = { version = "^24", optional = true }
ruff = { version = "^0", optional = true}
mypy = { version = "^1", optional = true }
Expand All @@ -38,6 +39,7 @@ dev = [
"pytest",
"pytest-mock",
"pytest-cookies",
"pytest-cov",
"black",
"ruff",
"mypy",
Expand Down

0 comments on commit 540199d

Please sign in to comment.