# Requirements for pycaldav compatibility tests
# Pin icalendar <7.0: pycaldav v1.2.1 uses icalendar.cal.component_factory as a
# dict, but in icalendar 7.x it became a module (need ComponentFactory()
# instead). Do not let dependabot relax this bound.
icalendar>=5.0,<7.0
pytest
lxml
requests
vobject
recurring-ical-events
python-dateutil
pytz
tzlocal
