Files
school_compare/pipeline/plugins/extractors/tap-uk-ofsted/pyproject.toml

19 lines
410 B
TOML
Raw Normal View History

[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "tap-uk-ofsted"
version = "0.1.0"
description = "Singer tap for UK Ofsted Management Information"
requires-python = ">=3.10"
dependencies = [
"singer-sdk~=0.53",
"requests>=2.31",
"pandas>=2.0",
"odfpy>=1.4",
]
[project.scripts]
tap-uk-ofsted = "tap_uk_ofsted.tap:TapUKOfsted.cli"