Files
packages/extra/python-hatch-requirements-txt/python-hatch-requirements-txt.toml
T
2026-03-21 12:43:00 -05:00

23 lines
615 B
TOML

[build]
type = "python"
[dependencies]
build = ["git"]
runtime = [
"python",
"python-hatchling",
"python-packaging",
]
[package]
description = "Hatchling plugin to read project dependencies from requirements.txt"
homepage = "https://github.com/repo-helper/hatch-requirements-txt"
license = "MIT"
name = "python-hatch-requirements-txt"
version = "0.4.1"
[[source]]
extract_dir = "$name-$version"
sha256 = "2c686e5758fd05bb55fa7d0c198fdd481f8d3aaa3c693260f5c0d74ce3547d20"
url = "https://github.com/repo-helper/hatch-requirements-txt/releases/download/v$version/hatch_requirements_txt-$version.tar.gz"