From a640c4cf79c32f06ef81b55631c9002fa05e2c24 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 21:39:43 +0000 Subject: [PATCH] Initial upload: man-card CLI tool with PDF/PNG generation, templates, and tests --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0e8a54b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +click==8.1.7 +fpdf2==2.7.5 +Pillow==10.1.0 +rich==13.7.0 +python-dotenv==1.0.0 +pytest==7.4.0 +pytest-cov==4.1.0