From cf9015a7b6c28a32189f98156dff58b9960fa497 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 05:31:09 +0000 Subject: [PATCH] Initial upload: shell-speak CLI tool with natural language to shell command conversion --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..52f41c5 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +typer>=0.9.0 +rich>=13.0.0 +shellingham>=1.5.0 +prompt-toolkit>=3.0.0 +pyyaml>=6.0 +pytest>=7.0.0 +pytest-cov>=4.0.0