Skip to content

Commit 91fee21

Browse files
committed
Changed flask version to 0.10.1
1 parent 33be3be commit 91fee21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pythonforandroid/recipes/flask/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55

66
class FlaskRecipe(PythonRecipe):
7-
version = 'master'
7+
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
810
url = 'https://github.com/pallets/flask/archive/{version}.zip'
911

1012
depends = [('python2', 'python3'), 'setuptools']

0 commit comments

Comments
 (0)