[project] name = "extract_core" version = "0.1.0" description = "Shared extraction utilities: SQLite state tracking, HTTP helpers, file I/O" requires-python = ">=3.13" dependencies = [ "niquests>=3.14.1", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/extract_core"]