mirror of
https://github.com/getpelican/pelican.git
synced 2026-05-30 19:46:56 +02:00
Require Docutils 0.22 for compatibility with #3510
This commit is contained in:
parent
fcd01778a0
commit
69cbd8d792
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ classifiers = [
|
|||
requires-python = ">=3.9,<4.0"
|
||||
dependencies = [
|
||||
"blinker>=1.7.0",
|
||||
"docutils>=0.20.1",
|
||||
"docutils>=0.22.2",
|
||||
"feedgenerator>=2.1.0",
|
||||
"jinja2>=3.1.2",
|
||||
"ordered-set>=4.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue