Add pytz to requirements

The project does explicitly import pytz in multiple places, but was
previously consuming it through a transitive dependency which
subsequently dropped it.

Change-Id: I93784b8d790f0680fd1ab148398d8c20d81c7398
This commit is contained in:
Jeremy Stanley 2025-04-02 17:35:13 +00:00
parent 3f37303231
commit d5833d0717

View File

@ -3,3 +3,4 @@ icalendar
Jinja2>=2.8 # BSD License (3 clause)
PyYAML>=3.1.0 # MIT
extras>=1.0.0 # MIT
pytz