From f4ed14063751d9b71d26c92265d1e9cca5845577 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 16:20:27 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- 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..11a1279 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +click>=8.1.0 +pydantic>=2.0.0 +jinja2>=3.1.0 +pyyaml>=6.0.0 +openapi-spec-validator>=0.6.0 +python-json-logger>=2.0.0