From 380e52bb8b8690472d9687b809fb883bbde57685 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 05:27:28 +0000 Subject: [PATCH] Initial commit: Add term-flow project --- .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..def3edb --- /dev/null +++ b/.requirements.txt @@ -0,0 +1,8 @@ +click>=8.1.0 +graphviz>=0.20.0 +plumbum>=1.8.0 +rich>=13.0.0 +python-dateutil>=2.8.2 +pyyaml>=6.0 +pytest>=7.0.0 +pytest-cov>=4.0.0