From 0270086cc00fa099d6ecd0e415e895a737840481 Mon Sep 17 00:00:00 2001 From: Igor Volochay <44619012+IgorVolochay@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:14:49 +0300 Subject: [PATCH] Requirements --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..173c219 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +beautifulsoup4==4.12.2 +pywebcopy==7.0.2 +requests==2.31.0 +urllib3==2.0.5 \ No newline at end of file