fix(projekt-matching): declare requests and beautifulsoup4 dependencies

This commit is contained in:
tlg
2026-07-09 10:15:06 +02:00
parent 6c4cd1a4c3
commit 2aa095b546

View File

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