Skip to content

Commit

Permalink
Fixed b/65407087
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu committed Nov 7, 2017
1 parent 4f698f9 commit cd1dbfd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 24 deletions.
5 changes: 0 additions & 5 deletions appengine/standard/flask/hello_world/README.md
Expand Up @@ -3,9 +3,4 @@
This sample shows how to use [Flask](http://flask.pocoo.org/) with Google App
Engine Standard.

Before running or deploying this application, install the dependencies using
[pip](http://pip.readthedocs.io/en/stable/):

pip install -t lib -r requirements.txt

For more information, see the [App Engine Standard README](../../README.md)
5 changes: 5 additions & 0 deletions appengine/standard/flask/hello_world/app.yaml
Expand Up @@ -5,3 +5,8 @@ threadsafe: true
handlers:
- url: /.*
script: main.app

# Using flask as a built-in third-party library
libraries:
- name: flask
version: latest
18 changes: 0 additions & 18 deletions appengine/standard/flask/hello_world/appengine_config.py

This file was deleted.

1 change: 0 additions & 1 deletion appengine/standard/flask/hello_world/requirements.txt

This file was deleted.

1 change: 1 addition & 0 deletions testing/requirements.txt
Expand Up @@ -15,3 +15,4 @@ webapp2==2.5.2
google-api-python-client==1.6.4
google-cloud-core==0.28.0
gcp-devrel-py-tools==0.0.11
flask==0.12

0 comments on commit cd1dbfd

Please sign in to comment.