From 5b104affd9ff73a60f6b5d39d76c5bbb9d6fa955 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 17:13:51 +0000 Subject: [PATCH] Initial upload: Add repohealth-cli project with CI/CD workflow --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2704878 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +gitpython==3.1.37 +rich==13.7.0 +click==8.1.7 +jinja2==3.1.3 +matplotlib==3.8.3 +pandas==2.1.4