Skip to content

Fixed b/65407087 #1206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions appengine/standard/flask/hello_world/README.md
Original file line number Diff line number Diff line change
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)
4 changes: 4 additions & 0 deletions appengine/standard/flask/hello_world/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ threadsafe: true
handlers:
- url: /.*
script: main.app

libraries:
- name: flask
version: 0.12
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
Original file line number Diff line number Diff line change
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