aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-05-04 13:58:58 -0700
committerFranck Cuny <franck@fcuny.net>2024-05-04 13:58:58 -0700
commitb19fca1d9be319f7d7b07215139832f2b46d6385 (patch)
treed4e9afc2fa725c0352f957410fa9e30e749e45e5 /pyproject.toml
parentmove the slocalc under `src` (diff)
downloadinfra-b19fca1d9be319f7d7b07215139832f2b46d6385.tar.gz
move seqstat
Diffstat (limited to '')
-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"