Switch to proper dependency

This commit is contained in:
Stefan Bethke 2025-11-21 15:06:54 +01:00
commit df1e89f595
21 changed files with 598 additions and 2930 deletions

View file

@ -5,10 +5,11 @@ description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4>=4.14.2",
"c3voc-schedule-tools>=1.0.0",
"gitpython>=3.1.45",
"icalendar>=6.3.2",
"icalendar>=5.0.12,<6.0.0",
"ics>=0.7.2",
"lxml>=6.0.2",
"lxml>=4.9.1,<5.0.0",
"openpyxl>=3.1.5",
"pandas>=2.3.3",
"requests>=2.32.5",