add distsnake dependency
This commit is contained in:
parent
8eeb2eb709
commit
b938bbc825
2 changed files with 4 additions and 2 deletions
|
@ -22,7 +22,8 @@ classifiers = [
|
||||||
"Programming Language :: Python :: Implementation :: PyPy",
|
"Programming Language :: Python :: Implementation :: PyPy",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"TatSu==5.11.3"
|
"TatSu==5.11.3",
|
||||||
|
"disnake==2.9.1"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
TatSu==5.11.3
|
TatSu==5.11.3
|
||||||
|
disnake==2.9.1
|
Loading…
Reference in a new issue