From e92758cb0667f3b66cdcf6af848c48718c1021f4 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 03:00:14 +0000 Subject: [PATCH] Initial upload: Git Commit AI - privacy-first CLI for generating commit messages with local LLM --- 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..132fac5 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +click>=8.0 +ollama>=0.1 +gitpython>=3.1 +pyyaml>=6.0 +requests>=2.31 +pytest>=7.0 +pytest-cov>=4.0