Initial upload: Local LLM Prompt Manager CLI tool
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-05 20:55:59 +00:00
parent ee0f5945b1
commit aefdf37cd1

9
requirements.txt Normal file
View File

@@ -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