feat(issuecards): init
This commit is contained in:
parent
12b8dbdbdf
commit
d615acdcdd
18 changed files with 1709 additions and 269 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue