29 lines
554 B
TOML
29 lines
554 B
TOML
[build]
|
|
type = "python"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"python-hatch-vcs",
|
|
"python-hatchling",
|
|
"python-wheel",
|
|
"git"
|
|
]
|
|
optional = [
|
|
"python-brotli",
|
|
"python-brotlicffi",
|
|
"python-h2",
|
|
"python-pysocks",
|
|
]
|
|
runtime = ["python"]
|
|
|
|
[package]
|
|
description = "HTTP library with thread-safe connection pooling and file post support"
|
|
homepage = "https://github.com/urllib3/urllib3"
|
|
license = "MIT"
|
|
name = "python-urllib3"
|
|
version = "2.6.3"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://github.com/urllib3/urllib3.git#$version"
|