all repos — mycal @ 5b50ae6e06f9d5d5086a4a4de3a8b4d81bc2e897

private calendar anonymiser

feat: load configuration from TOML file for calendar settings

Alan Pearce
commit

5b50ae6e06f9d5d5086a4a4de3a8b4d81bc2e897

parent

08c0f398da84f43763232228c542818d992797bd

1 file changed, 5 insertions(+), 4 deletions(-)

changed files
M pyproject.tomlpyproject.toml
@@ -5,10 +5,11 @@ description = "Personal calendar transformation tool"
authors = [{ name = "Alan Pearce", email = "alan@alanpearce.eu" }] requires-python = ">=3.12" dependencies = [ - "flask>=3.1.1", - "icalendar>=6.3.1", - "icalendar-compatibility>=0.1.4", - "requests>=2.32.3", + "flask>=3.1.1", + "icalendar>=6.3.1", + "icalendar-compatibility>=0.1.4", + "requests>=2.32.3", + "toml-dataclass>=0.1.0", ] [build-system]