mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
12 lines
352 B
Plaintext
12 lines
352 B
Plaintext
config BR2_PACKAGE_PYTHON_HTTPX
|
|
bool "python-httpx"
|
|
select BR2_PACKAGE_PYTHON_ANYIO # runtime
|
|
select BR2_PACKAGE_PYTHON_CERTIFI # runtime
|
|
select BR2_PACKAGE_PYTHON_HTTPCORE # runtime
|
|
select BR2_PACKAGE_PYTHON_IDNA # runtime
|
|
select BR2_PACKAGE_PYTHON_SNIFFIO # runtime
|
|
help
|
|
The next generation HTTP client.
|
|
|
|
https://github.com/encode/httpx
|