From b1f11dbf10f3a7e35e0aec7f0915f66e661271c9 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 16:50:12 +0000 Subject: [PATCH] Initial commit: Add code-doc-cli project --- .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..4296025 --- /dev/null +++ b/.requirements.txt @@ -0,0 +1,6 @@ +click>=8.0 +pygments>=2.15 +tree-sitter-languages>=1.0 +python-dotenv>=1.0 +pytest>=7.0 +pytest-cov>=4.0