From 2aa095b54688d245081e833adf3d026b71954ddf4fe3d1623b164b743f32dce1 Mon Sep 17 00:00:00 2001 From: tlg Date: Thu, 9 Jul 2026 10:15:06 +0200 Subject: [PATCH] fix(projekt-matching): declare requests and beautifulsoup4 dependencies --- projekt-matching/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/projekt-matching/pyproject.toml b/projekt-matching/pyproject.toml index b486d34..311daa9 100644 --- a/projekt-matching/pyproject.toml +++ b/projekt-matching/pyproject.toml @@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta" name = "projektmatch" version = "0.1.0" description = "Automated freelancermap project matching (Langflow backend)" +dependencies = ["requests", "beautifulsoup4"] [tool.setuptools.packages.find] where = ["."]