23 lines
567 B
TOML
23 lines
567 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"python",
|
|
"python-fastjsonschema",
|
|
"python-lark-parser",
|
|
"python-packaging",
|
|
]
|
|
|
|
[package]
|
|
description = "Poetry PEP 517 Build Backend & Core Utilities"
|
|
homepage = "https://github.com/python-poetry/poetry-core"
|
|
license = "MIT"
|
|
name = "python-poetry-core"
|
|
version = "2.3.1"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "96f791d5d7d4e040f3983d76779425cf9532690e2756a24fd5ca0f86af19ef82"
|
|
url = "https://github.com/python-poetry/poetry-core/releases/download/$version/poetry_core-$version.tar.gz"
|