From d1efeaf2db8acf148256b0ee21028b7b86ddb924 Mon Sep 17 00:00:00 2001 From: nbehrnd Date: Mon, 8 May 2023 15:46:35 +0200 Subject: [PATCH] provide a requirements.txt The project requires modules outside the standard library. The present compilation was identified with pipreqs (0.4.13) in a virtual environment of Python 3.11.2 (Linux Debian 12/bookworm). --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0b98ea9 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +colorama==0.4.6 +fuzzywuzzy==0.18.0 +pypdf==3.8.1