Merge remote-tracking branch 'origin/main' into tts
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Successful in 50s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 1m2s

This commit is contained in:
cswimr 2024-09-15 23:40:34 -04:00
commit 9549690767
Signed by: cswimr
GPG key ID: 3813315477F26F82
42 changed files with 7152 additions and 1073 deletions

View file

@ -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