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
|