File tree Expand file tree Collapse file tree 4 files changed +3
-10
lines changed
web-framework/python/webpy Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
- web-framework/python/django
2
- web-framework/python/fastapi
3
- web-framework/python/bottle
4
- web-framework/python/pyramid
5
- web-framework/python/tornado
6
1
web-framework/python/webpy
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Type: Application
2
2
Name : start-webpy
3
3
Provider :
4
4
- 阿里云
5
- Version : 1.2.18
5
+ Version : 1.2.19
6
6
Description : web.py 是一个轻量级Python web框架,它简单而且功能强大。web.py是一个开源项目
7
7
HomePage : https://github.com/devsapp/start-web-framework
8
8
Tags :
Original file line number Diff line number Diff line change @@ -57,9 +57,8 @@ services:
57
57
command :
58
58
- python
59
59
args :
60
- - -u
61
60
- index.py
62
- - 9000
61
+ - ' 9000'
63
62
triggers :
64
63
- name : httpTrigger
65
64
type : http
Original file line number Diff line number Diff line change @@ -59,9 +59,8 @@ services:
59
59
command :
60
60
- python
61
61
args :
62
- - -u
63
62
- index.py
64
- - 9000
63
+ - ' 9000'
65
64
triggers :
66
65
- name : httpTrigger
67
66
type : http
You can’t perform that action at this time.
0 commit comments