yaml2ical/requirements.txt
Jeremy Stanley d5833d0717 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
2025-04-02 17:35:13 +00:00

7 lines
118 B
Plaintext

pbr>=1.6 # Apache-2.0
icalendar
Jinja2>=2.8 # BSD License (3 clause)
PyYAML>=3.1.0 # MIT
extras>=1.0.0 # MIT
pytz