From 700007893e1477bccd294e538640753964633a94 Mon Sep 17 00:00:00 2001 From: dnutiu Date: Sun, 21 Jan 2024 21:37:43 +0200 Subject: [PATCH] add dependencies --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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"