feat: added toml dependency

This commit is contained in:
Hazel 2025-04-15 15:13:08 +02:00
parent ba05ecdd94
commit b814434c48

View File

@ -4,6 +4,7 @@ dependencies = [
"watchdog~=6.0.0", "watchdog~=6.0.0",
"markdown~=3.3.6", "markdown~=3.3.6",
"bs4~=0.0.2", "bs4~=0.0.2",
"toml~0.10.2,"
] ]
dynamic = [] dynamic = []
authors = [] authors = []