feat(issuecards): init
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Successful in 37s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 43s

This commit is contained in:
cswimr 2025-03-28 09:56:44 -05:00
parent 12b8dbdbdf
commit d615acdcdd
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
18 changed files with 1709 additions and 269 deletions

View file

@ -9,6 +9,7 @@ requires-python = ">=3.11"
dependencies = [
"aiosqlite>=0.20.0",
"beautifulsoup4>=4.12.3",
"cairosvg>=2.7.1",
"colorthief>=0.2.1",
"markdownify>=0.14.1",
"numpy>=2.2.2",
@ -17,7 +18,8 @@ dependencies = [
"pip>=25.0",
"py-dactyl",
"pydantic>=2.10.6",
"red-discordbot>=3.5.14",
"pyocticons",
"red-discordbot>=3.5.17",
"watchdog>=6.0.0",
"websockets>=14.2",
]