Skip to content

Commit

Permalink
Fix PyPI + Poetry issue w/ docutils 0.21.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed May 14, 2024
1 parent ff78048 commit efcd4a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ python = ">=3.8.1,<4.0"
pelican = "^3 || ^4"
markdown = {version = ">=3.2", optional = true}
titlecase = "^1.1.1 || ^2"
# Avoid PyPI/Poetry problem: https://github.com/python-poetry/poetry/issues/9293
docutils = "!=0.21.post1"

[tool.poetry.dev-dependencies]
black = "^24"
Expand Down

0 comments on commit efcd4a1

Please sign in to comment.