From 23e713500484bfd1e4e75f6ef07d929932acd324 Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Mon, 25 Nov 2024 15:53:40 +0100 Subject: [PATCH] feat: :building_construction: Create the requirements.txt file --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..fb7646c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests~=2.32.3 +pillow~=11.0.0 \ No newline at end of file