We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33be3be commit 91fee21Copy full SHA for 91fee21
pythonforandroid/recipes/flask/__init__.py
@@ -4,7 +4,9 @@
4
5
6
class FlaskRecipe(PythonRecipe):
7
- version = 'master'
+ version = '0.10.1' # The webserver of 'master' seems to fail
8
+ # after a little while on Android, so use
9
+ # 0.10.1 at least for now
10
url = 'https://github.com/pallets/flask/archive/{version}.zip'
11
12
depends = [('python2', 'python3'), 'setuptools']
0 commit comments