File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ serverless] ( http://public.serverless.com/badges/v3.svg )] ( http://www.serverless.com )
4
4
5
5
A Serverless v1.0 plugin to build your deploy Python WSGI applications using Serverless. Compatible
6
- WSGI application frameworks include Flask, Django and Pyramids - for a complete list, see:
6
+ WSGI application frameworks include Flask, Django and Pyramid - for a complete list, see:
7
7
[ http://wsgi.readthedocs.io/en/latest/frameworks.html ] ( http://wsgi.readthedocs.io/en/latest/frameworks.html ) .
8
8
9
9
### Features
@@ -17,7 +17,7 @@ WSGI application frameworks include Flask, Django and Pyramids - for a complete
17
17
## Install
18
18
19
19
```
20
- npm install serverless-wsgi
20
+ npm install --save serverless-wsgi
21
21
```
22
22
23
23
Add the plugin to your ` serverless.yml ` file and set the WSGI application:
@@ -100,8 +100,6 @@ Add Flask to the application bundle.
100
100
101
101
` ` `
102
102
Flask==0.11.1
103
- requests==2.11.1
104
-
105
103
```
106
104
107
105
@@ -143,6 +141,7 @@ of your Serverless service path:
143
141
144
142
```
145
143
Flask==0.11.1
144
+ requests==2.11.1
146
145
```
147
146
148
147
For more information, see [ https://pip.readthedocs.io/en/1.1/requirements.html ] ( https://pip.readthedocs.io/en/1.1/requirements.html ) .
You can’t perform that action at this time.
0 commit comments