Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
[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"