add dependencies
This commit is contained in:
parent
8b7a415ef0
commit
700007893e
1 changed files with 8 additions and 1 deletions
|
@ -24,7 +24,14 @@ classifiers = [
|
||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
"Programming Language :: Python :: Implementation :: PyPy",
|
"Programming Language :: Python :: Implementation :: PyPy",
|
||||||
]
|
]
|
||||||
dependencies = []
|
dependencies = [
|
||||||
|
"TatSu==5.11.3"
|
||||||
|
]
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
dev = [
|
||||||
|
"black",
|
||||||
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Documentation = "https://github.com/unknown/nucuttrpgbot#readme"
|
Documentation = "https://github.com/unknown/nucuttrpgbot#readme"
|
||||||
|
|
Loading…
Reference in a new issue