Skip to content

Commit

Permalink
update flask
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster committed Jun 8, 2022
1 parent 629c07e commit d76d7af
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 14 deletions.
8 changes: 1 addition & 7 deletions update.list
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
web-framework/php/wordpress
web-framework/php/discuz
web-framework/php/zblog
web-framework/php/ecshop
web-framework/php/metinfo
web-framework/php/typecho
web-framework/php/whatsns
web-framework/python/flask
2 changes: 1 addition & 1 deletion web-framework/python/flask/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-flask
Provider:
- 阿里云
Version: 1.2.11
Version: 1.2.12
Description: Flask是一个使用 Python 编写的轻量级 Web 应用框架。其 WSGI 工具箱采用 Werkzeug ,模板引擎则使用 Jinja2 。Flask使用 BSD 授权
HomePage: https://github.com/devsapp/start-web-framework
Tags:
Expand Down
2 changes: 0 additions & 2 deletions web-framework/python/flask/src/code/bootstrap

This file was deleted.

3 changes: 1 addition & 2 deletions web-framework/python/flask/src/code/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Flask==1.1.2
dataclasses==0.6
flask
2 changes: 1 addition & 1 deletion web-framework/python/flask/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
name: "{{ functionName }}"
description: 'Serverless Devs Web Framework Function'
codeUri: './code'
runtime: python3
runtime: python3.9
handler: index.app
timeout: 60
triggers:
Expand Down
2 changes: 1 addition & 1 deletion web-framework/python/flask/src/s_en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
name: flask
description: 'Serverless Devs Web Framework Function'
codeUri: './code'
runtime: python3
runtime: python3.9
handler: index.app
timeout: 60
triggers:
Expand Down

0 comments on commit d76d7af

Please sign in to comment.