aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 63545be..0f3dee5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,6 +8,7 @@ dependencies = [
"requests>=2.31.0",
"prettytable>=3.10.0",
"termcolor>=2.4.0",
+ "click>=8.1.7",
]
readme = "README.md"
requires-python = ">= 3.8"
@@ -66,3 +67,4 @@ known-first-party = ["rbx_nomad"]
[project.scripts]
pizza = "cli.pizza:main"
slocalc = "cli.slocalc:cli"
+seqstat = "cli.seqstat:cli"