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 9a639f7 commit 34f73bbCopy full SHA for 34f73bb
pythonforandroid/recipes/httpx/__init__.py
@@ -0,0 +1,9 @@
1
+from pythonforandroid.recipe import PythonRecipe
2
+
3
+class HttpxRecipe(PythonRecipe):
4
+ name = 'httpx'
5
+ version = '0.28.1'
6
+ url = 'https://pypi.python.org/packages/source/h/httpx/httpx-{version}.tar.gz'
7
+ depends = ['httpcore', 'h11', 'certifi', 'idna', 'sniffio']
8
9
+recipe = HttpxRecipe()
0 commit comments