From 531325b30c474896eda8a1edc9ba01d28ed87df2 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 20:35:13 +0000 Subject: [PATCH] Initial upload: git-insights-cli with CI/CD workflow --- requirements.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5c2239d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,10 @@ +click==8.1.7 +rich==13.7.0 +gitpython==3.1.40 +dataclasses-json==0.6.4 +pyyaml==6.0.1 +jinja2==3.1.3 +pytest==7.4.3 +pytest-cov==4.1.0 +ruff>=0.1.6 +mypy>=1.7.1