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 = ["."]