Replace dependency pytz with zoneinfo. Ref #2958

This commit is contained in:
FabioRosado 2021-12-12 20:36:30 +00:00
commit 87f2d8f67c
7 changed files with 36 additions and 23 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" = "^0.2.1"
[tool.poetry.dev-dependencies]
BeautifulSoup4 = "^4.9"