Update dependencies in pyproject.toml to include audioop-lts, mistralai, py-cord, and pynacl

This commit is contained in:
Edgar P. Burkhart 2025-03-22 17:01:33 +01:00
parent ef84fccac5
commit 9448972a9a
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 251 additions and 16 deletions

View file

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