From 24a02f50af9ea499575ae8eebea9c55b2ab51c44 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 17:54:24 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- app/requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app/requirements.txt diff --git a/app/requirements.txt b/app/requirements.txt new file mode 100644 index 0000000..1758491 --- /dev/null +++ b/app/requirements.txt @@ -0,0 +1,8 @@ +click>=8.1.0 +ollama>=0.1.0 +gitpython>=3.1.0 +rich>=13.0.0 +pyyaml>=6.0 +pytest>=7.0.0 +pytest-cov>=4.0.0 +pytest-mock>=3.10.0