From db85aee3e021658a939584ebd42b36ac673abda1 Mon Sep 17 00:00:00 2001 From: Daniel Fleischer Date: Thu, 19 Sep 2024 19:30:39 +0300 Subject: [PATCH] Remove click --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9a70212..1d81d08 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ A small python script to visualize the number of lines in a project, as a functi Call with a git project directory. You can also specify a branch to scan; other wise the branch currently checked in is used. **Dependencies:** -- `click` for argument parsing. - `GitPython` to interact with `git`. - `matplotlib` for plotting. - `pandas` for data manipulation.