Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user