diff --git a/pyproject.toml b/pyproject.toml index 0f9dd5b..d4ff52a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"