feat(aurora): added a Moderation model
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Successful in 33s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 49s

This commit is contained in:
SeaswimmerTheFsh 2024-05-04 13:41:11 -04:00
parent c618f9be72
commit c0969ea947
Signed by: cswimr
GPG key ID: 5D671B5D03D65A7F
5 changed files with 467 additions and 293 deletions

View file

@ -9,11 +9,12 @@ package-mode = false
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
Red-DiscordBot = "^3.5.5"
Red-DiscordBot = "^3.5.9"
py-dactyl = "^2.0.4"
websockets = "^12.0"
pillow = "^10.3.0"
numpy = "^1.26.4"
pydantic = "^2.7.1"
[tool.poetry.group.dev]
optional = true