Fix human_readable not handling UTC dates properly, add types-pytz

This commit is contained in:
2024-11-01 16:36:47 -05:00
parent daf9254596
commit 40669b8f08
4 changed files with 35 additions and 20 deletions

View File

@@ -31,6 +31,7 @@ asgi-correlation-id = "^4.3.4"
[tool.poetry.group.dev.dependencies]
memory-profiler = "^0.61.0"
bpython = "^0.24"
types-pytz = "^2024.2.0.20241003"
[build-system]
requires = ["poetry-core"]