From feb4a2e772e394c5e2c985fae6fd7a4281dc87ab Mon Sep 17 00:00:00 2001 From: lakovicb <> Date: Wed, 23 Apr 2025 16:48:32 +0200 Subject: [PATCH] Added requirements.txt for scraper dependencies --- community-contributions/playwright-bojan/requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community-contributions/playwright-bojan/requirements.txt diff --git a/community-contributions/playwright-bojan/requirements.txt b/community-contributions/playwright-bojan/requirements.txt new file mode 100644 index 0000000..50498f7 --- /dev/null +++ b/community-contributions/playwright-bojan/requirements.txt @@ -0,0 +1,6 @@ +playwright>=1.43.0 +openai>=1.14.2 +prometheus-client>=0.19.0 +diskcache>=5.6.1 +python-dotenv>=1.0.1 +nest_asyncio>=1.6.0