Merge pull request #30 from pelican-plugins/docutils-fix

Avoid PyPI/Poetry problem with docutils
This commit is contained in:
Leonardo Giordani 2024-07-02 10:53:37 +01:00 committed by GitHub
commit 6869efea17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,8 @@ python = ">=3.7,<4.0"
pelican = ">=4.5"
markdown = {version = ">=3.2.2", optional = true}
beautifulsoup4 = "^4.9.3"
# Avoid PyPI/Poetry problem: https://github.com/python-poetry/poetry/issues/9293
docutils = "!=0.21.post1"
[tool.poetry.dev-dependencies]
black = ">=22.3.0"