Add httpx recipe#3100
Conversation
51e388b to
1c90d9a
Compare
|
Why this recipe is needed? Httpx can be installed with pip, and I use it in my Android app without any issues |
At least for me it seemed necessary, since buildozer couldn't resolve the external dependencies. Before the recipe I was seeing errors like:
Some questions:
|
|
@DexerBR ah, i forgot that p4a never recursively installs subdependencies for python packages. In my project before building, I use So yeah, now i see that the recipe can be useful for those who don't want to introduce recursive subdependencies generation step themselves. |
Dependencies, from https://www.python-httpx.org:
"""
The HTTPX project relies on these excellent libraries:
httpcore- The underlying transport implementation for httpx.h11- HTTP/1.1 support.certifi- SSL certificates.idna- Internationalized domain name support.sniffio- Async library autodetection."""