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 802c84c + 7d64516 commit 1da83aeCopy full SHA for 1da83ae
pythonforandroid/recipes/flask/__init__.py
@@ -3,10 +3,7 @@
3
4
5
class FlaskRecipe(PythonRecipe):
6
- # The webserver of 'master' seems to fail
7
- # after a little while on Android, so use
8
- # 0.10.1 at least for now
9
- version = '0.10.1'
+ version = '1.1.2'
10
url = 'https://github.com/pallets/flask/archive/{version}.zip'
11
12
depends = ['setuptools']
0 commit comments