There was an error while loading. Please reload this page.
1 parent 6ce2457 commit c0435a4Copy full SHA for c0435a4
1 file changed
pythonforandroid/recipes/flask/__init__.py
@@ -4,7 +4,8 @@
4
class FlaskRecipe(PyProjectRecipe):
5
version = '3.1.1'
6
url = 'https://github.com/pallets/flask/archive/{version}.zip'
7
- python_depends = ['jinja2', 'werkzeug', 'markupsafe', 'itsdangerous', 'click', 'blinker']
+ depends = ["markupsafe"]
8
+ python_depends = ['jinja2', 'werkzeug', 'itsdangerous', 'click', 'blinker']
9
10
11
recipe = FlaskRecipe()
0 commit comments