Skip to content

Commit

Permalink
Make zoneinfo backport available for Python < 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Jul 24, 2023
1 parent 528014b commit 85cb041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
version = "4.8.0"

requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments',
'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode',
'python-dateutil', 'rich']
'docutils>=0.15', 'blinker', 'unidecode', 'python-dateutil',
'rich', 'backports-zoneinfo >= 0.2; python_version<"3.9"']

entry_points = {
'console_scripts': [
Expand Down

0 comments on commit 85cb041

Please sign in to comment.