Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2d2ee1c

Browse filesBrowse files
michaelawyuJon Wayne Parrott
authored andcommitted
Fixed b/65407087 (GoogleCloudPlatform#1206)
* Fixed b/65407087 * Added version number for flask
1 parent c046426 commit 2d2ee1c
Copy full SHA for 2d2ee1c

File tree

Expand file treeCollapse file tree

5 files changed

+5
-24
lines changed
Filter options
Expand file treeCollapse file tree

5 files changed

+5
-24
lines changed

‎appengine/standard/flask/hello_world/README.md

Copy file name to clipboardExpand all lines: appengine/standard/flask/hello_world/README.md
-5Lines 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

Copy file name to clipboardExpand all lines: appengine/standard/flask/hello_world/app.yaml
+4Lines 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

Copy file name to clipboardExpand all lines: appengine/standard/flask/hello_world/appengine_config.py
-18Lines changed: 0 additions & 18 deletions
This file was deleted.

‎appengine/standard/flask/hello_world/requirements.txt

Copy file name to clipboardExpand all lines: appengine/standard/flask/hello_world/requirements.txt
-1Lines changed: 0 additions & 1 deletion
This file was deleted.

‎testing/requirements.txt

Copy file name to clipboardExpand all lines: testing/requirements.txt
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.