[project] name = "connectors" version = "0.1.0" description = "Job source connectors: Arbetsformedlingen API, generic URL extractor, dedupe, normalizer." requires-python = ">=3.13" dependencies = [ "httpx>=0.27", "beautifulsoup4>=4.12", "lxml>=5.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0", "pytest-asyncio>=0.24", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/connectors"] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["src"] asyncio_mode = "auto"