From 2187a25f8411f7e762277bc22322daa0e5117370 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 14:16:28 +0000 Subject: [PATCH] fix: resolve CI/CD test, lint, and type-check failures --- app/requirements.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/requirements.txt diff --git a/app/requirements.txt b/app/requirements.txt new file mode 100644 index 0000000..7b8cfce --- /dev/null +++ b/app/requirements.txt @@ -0,0 +1,11 @@ +click>=8.0 +requests>=2.28 +flask>=2.0 +rich>=12.0 + +# Development dependencies +pytest>=7.0 +pytest-click>=1.0 +responses>=0.22.0 +pytest-cov>=4.0 +