From cfea40a938fe2bb31a159bd5b892d4897af78042 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 12:57:55 +0000 Subject: [PATCH] fix: resolve CI linting and type errors --- requirements.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9addfa..6b4f631 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,11 @@ -/app/requirements.txt \ No newline at end of file +pyyaml>=6.0.1 +click>=8.1.0 +pytest>=7.4.0 +pytest-cov>=4.1.0 +gitpython>=3.1.40 +openai>=1.3.0 +anthropic>=0.18.0 +rich>=13.6.0 +jinja2>=3.1.2 +pydantic>=2.5.0 +requests>=2.31.0