Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user