Initial commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user