Skip to content

Commit

Permalink
fixed install time backports.zoneinfo dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
  • Loading branch information
kloczek committed Jun 22, 2024
1 parent 1f5ed8a commit f287455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'pytz',
# install requirements depending on python version
# see https://www.python.org/dev/peps/pep-0508/#environment-markers
'backports.zoneinfo; python_version <= "3.8"',
'backports.zoneinfo; python_version < "3.9"',
'tzdata'
]

Expand Down

0 comments on commit f287455

Please sign in to comment.