add dependencies

This commit is contained in:
Denis-Cosmin Nutiu 2024-01-21 21:37:43 +02:00
parent 8b7a415ef0
commit 700007893e

View file

@ -24,7 +24,14 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = []
dependencies = [
"TatSu==5.11.3"
]
[project.optional-dependencies]
dev = [
"black",
]
[project.urls]
Documentation = "https://github.com/unknown/nucuttrpgbot#readme"