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