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.
2 parents bd52448 + 049ce2f commit 8747281Copy full SHA for 8747281
pythonforandroid/recipes/requests/__init__.py
@@ -1,7 +1,7 @@
1
from pythonforandroid.toolchain import PythonRecipe
2
3
class RequestsRecipe(PythonRecipe):
4
- version = '2.9.1'
+ version = '2.13.0'
5
url = 'https://github.com/kennethreitz/requests/archive/v{version}.tar.gz'
6
depends = ['hostpython2', 'setuptools']
7
site_packages_name = 'requests'
0 commit comments