Skip to content

Commit 2d2ee1c

Browse files
michaelawyuJon Wayne Parrott
michaelawyu
authored and
Jon Wayne Parrott
committed
Fixed b/65407087 (#1206)
* Fixed b/65407087 * Added version number for flask
1 parent c046426 commit 2d2ee1c

File tree

5 files changed

+5
-24
lines changed

5 files changed

+5
-24
lines changed

appengine/standard/flask/hello_world/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,4 @@
33
This sample shows how to use [Flask](http://flask.pocoo.org/) with Google App
44
Engine Standard.
55

6-
Before running or deploying this application, install the dependencies using
7-
[pip](http://pip.readthedocs.io/en/stable/):
8-
9-
pip install -t lib -r requirements.txt
10-
116
For more information, see the [App Engine Standard README](../../README.md)

appengine/standard/flask/hello_world/app.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ threadsafe: true
55
handlers:
66
- url: /.*
77
script: main.app
8+
9+
libraries:
10+
- name: flask
11+
version: 0.12

appengine/standard/flask/hello_world/appengine_config.py

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

appengine/standard/flask/hello_world/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

testing/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ webapp2==2.5.2
1515
google-api-python-client==1.6.4
1616
google-cloud-core==0.28.0
1717
gcp-devrel-py-tools==0.0.11
18+
flask==0.12

0 commit comments

Comments
 (0)