From 1bb49c985dc888a8c6cbad9a7765fcdb90188e1d Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 19:00:00 +0000 Subject: [PATCH] Initial upload: project structure and configuration --- requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e8bca34 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +click>=8.3.0 +rich>=14.1.0 +pyyaml>=6.0 +tomlkit>=0.13.0 +pandas>=2.0.0 +watchdog>=0.8.0 +pytest>=7.0.0 +pytest-cov>=4.0.0