Files
packages/extra/python-urllib3/python-urllib3.toml
T
2026-03-21 12:43:00 -05:00

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"