Merge remote-tracking branch 'origin/main' into tts
This commit is contained in:
commit
9549690767
42 changed files with 7152 additions and 1073 deletions
|
@ -2,7 +2,7 @@
|
|||
name = "seacogs"
|
||||
version = "0.1.0"
|
||||
description = "My assorted cogs for Red-DiscordBot."
|
||||
authors = ["SeaswimmerTheFsh"]
|
||||
authors = ["cswimr"]
|
||||
license = "MPL 2"
|
||||
readme = "README.md"
|
||||
package-mode = false
|
||||
|
@ -14,6 +14,9 @@ py-dactyl = "^2.0.4"
|
|||
websockets = "^12.0"
|
||||
pillow = "^10.3.0"
|
||||
numpy = "^1.26.4"
|
||||
colorthief = "^0.2.1"
|
||||
beautifulsoup4 = "^4.12.3"
|
||||
markdownify = "^0.12.1"
|
||||
py-lav = {extras = ["all"], version = ">=1.14.3,<1.15"}
|
||||
|
||||
[tool.poetry.group.dev]
|
||||
|
@ -22,6 +25,7 @@ optional = true
|
|||
[tool.poetry.group.dev.dependencies]
|
||||
ruff = "^0.3.1"
|
||||
pylint = "^3.1.0"
|
||||
sqlite-web = "^0.6.4"
|
||||
|
||||
[tool.poetry.group.docs]
|
||||
optional = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue