From f04161b20e9a9a2f1f23673089d5f4eb6e222684 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 02:34:47 +0000 Subject: [PATCH] Initial upload with project structure and configuration --- requirements.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c776607 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,12 @@ +click>=8.1.0 +rich>=13.0.0 +pyyaml>=6.0 +tqdm>=4.65.0 +pytest>=7.4.0 +pytest-cov>=4.1.0 +ruff>=0.1.0 +mypy>=1.5.0 +tree-sitter>=0.23.1 +tree-sitter-languages>=1.10.0 +networkx>=3.3 +graphviz>=0.20.3