mirror of
https://github.com/getpelican/pelican.git
synced 2026-06-02 23:36:55 +02:00
chore: Require docutils 0.22 and above
This commit is contained in:
parent
e5c565d4dd
commit
43259b2c02
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ classifiers = [
|
|||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"blinker>=1.7.0",
|
||||
"docutils>=0.20.1",
|
||||
"docutils>=0.22.0",
|
||||
"feedgenerator>=2.1.0",
|
||||
"jinja2>=3.1.2",
|
||||
"ordered-set>=4.1.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue