From 857f5f4cf5cfdc3e3bb90289116c28944d1e1f40 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 20:48:57 +0000 Subject: [PATCH] Initial upload with full project structure --- app/requirements.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/requirements.txt diff --git a/app/requirements.txt b/app/requirements.txt new file mode 100644 index 0000000..c5251e6 --- /dev/null +++ b/app/requirements.txt @@ -0,0 +1,10 @@ +click>=8.0.0 +rich>=13.0.0 +pyyaml>=6.0.0 +jsonschema>=4.17.0 +jinja2>=3.1.0 +prompt_toolkit>=3.0.0 +tomli>=2.0.0; python_version<'3.11' +tomllib; python_version>='3.11' +pytest>=7.0.0 +pytest-cov>=4.0.0