mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix linting errors; add tzdata dependency
This commit is contained in:
parent
85cb0413a6
commit
455deeb180
2 changed files with 3 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -10,7 +10,7 @@ version = "4.8.0"
|
|||
|
||||
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments',
|
||||
'docutils>=0.15', 'blinker', 'unidecode', 'python-dateutil',
|
||||
'rich', 'backports-zoneinfo >= 0.2; python_version<"3.9"']
|
||||
'rich', 'backports-zoneinfo[tzdata] >= 0.2; python_version<"3.9"']
|
||||
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue