mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Replace dependency pytz with zoneinfo. Ref #2958
This commit is contained in:
parent
11633992a0
commit
87f2d8f67c
7 changed files with 36 additions and 23 deletions
5
setup.py
5
setup.py
|
|
@ -5,12 +5,11 @@ from os.path import join, relpath
|
|||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
version = "4.7.1"
|
||||
|
||||
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments',
|
||||
'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode',
|
||||
'python-dateutil', 'rich']
|
||||
'docutils>=0.15', 'backports.zoneinfo;python_version<"3.9"',
|
||||
'blinker', 'unidecode', 'python-dateutil', 'rich']
|
||||
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue