We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c90d9a commit 054c5f3Copy full SHA for 054c5f3
pythonforandroid/recipes/httpx/__init__.py
@@ -9,4 +9,5 @@ class HttpxRecipe(PyProjectRecipe):
9
)
10
depends = ["httpcore", "h11", "certifi", "idna", "sniffio"]
11
12
+
13
recipe = HttpxRecipe()
0 commit comments