Fixes #2958. Replaces pytz dependency with zoneinfo.

This commit is contained in:
willthong 2023-07-21 21:18:39 +01:00
commit 528014b150
5 changed files with 44 additions and 21 deletions

View file

@ -37,10 +37,10 @@ feedgenerator = ">=1.9"
jinja2 = ">=2.7"
pygments = ">=2.6"
python-dateutil = ">=2.8"
pytz = ">=2020.1"
rich = ">=10.1"
unidecode = ">=1.1"
markdown = {version = ">=3.1", optional = true}
backports-zoneinfo = {version = "^0.2.1", python = "<3.9"}
[tool.poetry.dev-dependencies]
BeautifulSoup4 = "^4.9"