mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
preserve connection order in blinker
This commit is contained in:
parent
14f19474df
commit
8a8b952ecb
4 changed files with 34 additions and 6 deletions
|
|
@ -29,10 +29,11 @@ classifiers = [
|
|||
]
|
||||
requires-python = ">=3.8.1,<4.0"
|
||||
dependencies = [
|
||||
"blinker>=1.6.3",
|
||||
"blinker>=1.7.0",
|
||||
"docutils>=0.20.1",
|
||||
"feedgenerator>=2.1.0",
|
||||
"jinja2>=3.1.2",
|
||||
"ordered-set>=4.1.0",
|
||||
"pygments>=2.16.1",
|
||||
"python-dateutil>=2.8.2",
|
||||
"rich>=13.6.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue