Add discord-py dependency to pyproject.toml
This commit is contained in:
parent
39da454b2a
commit
11d3355eb8
2 changed files with 266 additions and 1 deletions
|
@ -4,7 +4,9 @@ version = "0.1.0"
|
|||
description = "Discord Chaos Bot"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"discord-py>=2.5.2",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue