From 1b101d58fb80ff6840abd2a01e85a7a429b9252f Mon Sep 17 00:00:00 2001 From: nxxxse <37087724+nxxxse@users.noreply.github.com> Date: Sun, 19 Oct 2025 18:53:27 +0200 Subject: [PATCH] Make it easier to get scripts working by adding requirements.txt --- tools/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/requirements.txt diff --git a/tools/requirements.txt b/tools/requirements.txt new file mode 100644 index 0000000..41a7f1e --- /dev/null +++ b/tools/requirements.txt @@ -0,0 +1,3 @@ +pycryptodome +pycramfs +tqdm