Update dependencies in pyproject.toml to include audioop-lts, mistralai, py-cord, and pynacl
This commit is contained in:
parent
ef84fccac5
commit
9448972a9a
2 changed files with 251 additions and 16 deletions
|
@ -5,7 +5,10 @@ description = "Discord Chaos Bot"
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"discord-py>=2.5.2",
|
||||
"audioop-lts>=0.2.1",
|
||||
"mistralai>=1.6.0",
|
||||
"py-cord>=2.6.1",
|
||||
"pynacl>=1.5.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue