8000 update flask to 1.1.2 · ginolv/python-for-android@7d64516 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 7d64516

Browse files
committed
update flask to 1.1.2
1 parent 9ea2d0a commit 7d64516

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pythonforandroid/recipes/flask/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33

44

55
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'
6+
version = '1.1.2'
456D 107
url = 'https://github.com/pallets/flask/archive/{version}.zip'
118

129
depends = ['setuptools']

0 commit comments

Comments
 (0)
0