Skip to content

Update Tasks Dependencies #2229

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
Jun 19, 2019
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
14 changes: 13 additions & 1 deletion appengine/flexible/tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,23 @@ App Engine task attempts.

Please refer to [Setting Up a Python Development Environment](https://cloud.google.com/python/setup).

## Authentication
### Authentication

To set up authentication, please refer to our
[authentication getting started guide](https://cloud.google.com/docs/authentication/getting-started).

### Install Dependencies

To install the dependencies for this sample, use the following command:

```
pip install -r requirements.txt
```

This sample uses the common protos in the [googleapis](https://github.com/googleapis/googleapis)
repository. For more info, see
[Protocol Buffer Basics](https://developers.google.com/protocol-buffers/docs/pythontutorial).

## Creating a queue

To create a queue using the Cloud SDK, use the following gcloud command:
Expand Down
3 changes: 2 additions & 1 deletion appengine/flexible/tasks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Flask==1.0.2
gunicorn==19.9.0
google-cloud-tasks==0.7.0
google-cloud-tasks==1.1.0
googleapis-common-protos==1.6.0