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 a5d04eb commit 427bf58
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 @@ -31,6 +31,8 @@ classifiers = [
python = ">=3.8.1,<4.0"
pelican = ">=4.5"
markdown = {version = ">=3.2",optional = true}
# 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 427bf58

Please sign in to comment.