Files
2026-03-21 12:43:00 -05:00

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"