caldav: pin bookworm's version of caldav lib & deps (#88393)

This commit is contained in:
Yann Weber 2024-03-20 18:02:20 +01:00
parent ed4a4b629e
commit 1e13344dc0
1 changed files with 3 additions and 1 deletions

View File

@ -138,7 +138,9 @@ setup(
scripts=['manage.py'], scripts=['manage.py'],
include_package_data=True, include_package_data=True,
install_requires=[ install_requires=[
'caldav', 'caldav == 0.11.0',
'icalendar == 4.0.3',
'recurring-ical-events == 2.0.1',
'django >= 3.2, <3.3', 'django >= 3.2, <3.3',
'django-model-utils<4.3', 'django-model-utils<4.3',
'requests', 'requests',