Add types for dateparser and pytz

This commit is contained in:
2022-07-21 20:26:01 +02:00
parent 0376ae0214
commit 3068175afe
2 changed files with 27 additions and 1 deletions

View File

@ -31,6 +31,8 @@ SQLAlchemy = "^1.4.32"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
types-dateparser = "^1.1.4"
types-pytz = "^2022.1.2"
[build-system]
requires = ["poetry-core>=1.0.0"]