Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Apr 24, 2024
1 parent e16f2b6 commit e76a8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pytest-cov = { version = ">=3", optional = true }
sphinx = { version = ">=7.0", optional = true }
sphinx_copybutton = { version = ">=0.3.0", optional = true }
sphinx-autodoc-typehints = { version = "*", optional = true }
docutils = { version = "!=0.21post1", optional = true }
docutils = { version = "!=0.21.post1", optional = true }

[tool.poetry.dev-dependencies]
pytest = ">= 6"
Expand Down

0 comments on commit e76a8fe

Please sign in to comment.