Skip to content

Commit c0435a4

Browse files
committed
move markupsafe to depends
1 parent 6ce2457 commit c0435a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pythonforandroid/recipes/flask/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
class FlaskRecipe(PyProjectRecipe):
55
version = '3.1.1'
66
url = 'https://github.com/pallets/flask/archive/{version}.zip'
7-
python_depends = ['jinja2', 'werkzeug', 'markupsafe', 'itsdangerous', 'click', 'blinker']
7+
depends = ["markupsafe"]
8+
python_depends = ['jinja2', 'werkzeug', 'itsdangerous', 'click', 'blinker']
89

910

1011
recipe = FlaskRecipe()

0 commit comments

Comments
 (0)