From 338c553855abdcc2aa0611b89052e8b807c39958 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 08:18:40 +0000 Subject: [PATCH] fix: add core project files and configuration --- setup.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup.py b/setup.py index 156b1aa..f07c6ee 100644 --- a/setup.py +++ b/setup.py @@ -8,14 +8,6 @@ setup( packages=find_packages(where="src"), package_dir={"": "src"}, python_requires=">=3.8", - install_requires=[ - "click>=8.0.0", - "rich>=13.0.0", - "gitpython>=3.1.0", - "dataclasses-json>=0.6.0", - "PyYAML>=6.0", - "jinja2>=3.1.0", - ], entry_points={ "console_scripts": [ "git-insights=git_insights.cli:main",