30 lines
520 B
TOML
30 lines
520 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"git",
|
|
"python-setuptools",
|
|
"python-wheel",
|
|
]
|
|
runtime = [
|
|
"ca-certs",
|
|
"python",
|
|
"python-charset-normalizer",
|
|
"python-idna",
|
|
"python-urllib3",
|
|
"python-certifi"
|
|
]
|
|
|
|
[package]
|
|
description = "Python HTTP for Humans"
|
|
homepage = "https://requests.readthedocs.io/"
|
|
license = "Apache-2.0"
|
|
name = "python-requests"
|
|
version = "2.32.5"
|
|
revision = 2
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/psf/requests.git#v$version"
|