From 84e9d3ae828a68584f76f905cb3bea630b81dfae Mon Sep 17 00:00:00 2001 From: mateuszskoczek Date: Tue, 3 Feb 2026 21:56:44 +0100 Subject: [PATCH] requirements.txt added --- cdl_downloader/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cdl_downloader/requirements.txt diff --git a/cdl_downloader/requirements.txt b/cdl_downloader/requirements.txt new file mode 100644 index 0000000..34159ce --- /dev/null +++ b/cdl_downloader/requirements.txt @@ -0,0 +1,3 @@ +selenium +webdriver-manager +argparse \ No newline at end of file