Skip to content

Commit aae4121

Browse files
authored
Merge pull request #56 from devsapp/fix-python
fix all python webframework
2 parents d6e5824 + f47885c commit aae4121

File tree

28 files changed

+67
-36
lines changed

28 files changed

+67
-36
lines changed

update.list

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
web-framework/python/flask
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+
web-framework/python/webpy

web-framework/python/bottle/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-bottle
33
Provider:
44
- 阿里云
5-
Version: 1.2.11
5+
Version: 1.2.12
66
Description: Bottle是一个Python Web框架,整个框架只有一个文件,几十K,却自带了路径映射、模板、简单的数据库访问等web框架组件,确实是个可用的框架
77
HomePage: https://github.com/devsapp/start-web-framework
88
Tags:

web-framework/python/bottle/src/code/bootstrap

Lines changed: 0 additions & 2 deletions
This file was deleted.

web-framework/python/bottle/src/s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
name: "{{ functionName }}"
5151
description: 'Serverless Devs Web Framework Function'
5252
codeUri: './code'
53-
runtime: python3
53+
runtime: python3.9
5454
handler: index.app
5555
timeout: 60
5656
triggers:

web-framework/python/bottle/src/s_en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
name: bottle
5353
description: 'Serverless Devs Web Framework Function'
5454
codeUri: './code'
55-
runtime: python3
55+
runtime: python3.9
5656
handler: index.app
5757
timeout: 60
5858
triggers:

web-framework/python/django/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-django
33
Provider:
44
- 阿里云
5-
Version: 1.2.12
5+
Version: 1.2.13
66
Description: Django是一个开放源代码的Web应用框架,由Python写成。采用了MTV的框架模式,即模型M,视图V和模版T
77
HomePage: https://github.com/devsapp/start-web-framework
88
Tags:

web-framework/python/django/src/code/bootstrap

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
asgiref==3.3.1
22
Django==3.1.7
33
pytz==2021.1
4-
sqlparse==0.4.1
4+
sqlparse==0.4.1

web-framework/python/django/src/s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
name: "{{ functionName }}"
5151
description: 'Serverless Devs Web Framework Function'
5252
codeUri: './code'
53-
runtime: python3
53+
runtime: python3.9
5454
handler: app.application
5555
timeout: 60
5656
triggers:

web-framework/python/django/src/s_en.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252
name: django
5353
description: 'Serverless Devs Web Framework Function'
5454
codeUri: './code'
55-
runtime: python3
55+
runtime: python3.9
5656
handler: app.application
5757
timeout: 60
5858
triggers:

0 commit comments

Comments
 (0)