feat: Add Web UI for calendar and card generation
This commit is contained in:
parent
64a45a8641
commit
88765f396e
9 changed files with 394 additions and 136 deletions
|
|
@ -18,8 +18,10 @@ dependencies = [
|
|||
"cssselect==1.3.0",
|
||||
"cssutils==2.11.1",
|
||||
"discord.py==2.7.1",
|
||||
"fastapi[standard]>=0.136.1",
|
||||
"html5lib==1.1",
|
||||
"idna==3.10",
|
||||
"immichpy>=4.1.3",
|
||||
"Jinja2==3.1.6",
|
||||
"lxml==6.0.0",
|
||||
"MarkupSafe==3.0.2",
|
||||
|
|
@ -31,6 +33,7 @@ dependencies = [
|
|||
"six==1.17.0",
|
||||
"soupsieve==2.7",
|
||||
"typing_extensions==4.14.0",
|
||||
"typst>=0.14.8",
|
||||
"urllib3==2.5.0",
|
||||
"webencodings==0.5.1",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue