From aefdf37cd1d7bc85f4757c996071151e9168b8b9 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 20:55:59 +0000 Subject: [PATCH] Initial upload: Local LLM Prompt Manager CLI tool --- requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..efca7f6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +click>=8.1.7 +rich>=13.7.0 +pyyaml>=6.0.1 +requests>=2.31.0 +jinja2>=3.1.3 + +# Development dependencies +pytest>=7.4.0 +pytest-cov>=4.1.0