Skip to content
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
2 changes: 1 addition & 1 deletion admin_sdk/directory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Directory API.
## Install

```
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install -r requirements.txt
```

## Run
Expand Down
3 changes: 3 additions & 0 deletions admin_sdk/directory/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.2.0
2 changes: 1 addition & 1 deletion admin_sdk/reports/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ that makes requests to the Google Admin SDK Reports API.
## Install

```
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install -r requirements.txt
```

## Run
Expand Down
3 changes: 3 additions & 0 deletions admin_sdk/reports/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.2.0
2 changes: 1 addition & 1 deletion admin_sdk/reseller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ that makes requests to the Google Admin SDK Reseller API.
## Install

```
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install -r requirements.txt
```

## Run
Expand Down
3 changes: 3 additions & 0 deletions admin_sdk/reseller/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.2.0
2 changes: 1 addition & 1 deletion apps_script/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ that makes requests to the Google Apps Script API.
## Install

```
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install -r requirements.txt
```

## Run
Expand Down
3 changes: 3 additions & 0 deletions apps_script/quickstart/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.2.0
2 changes: 1 addition & 1 deletion calendar/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ makes requests to the Google Calendar API.
## Install

```
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install -r requirements.txt
```

## Run
Expand Down
3 changes: 3 additions & 0 deletions calendar/quickstart/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.2.0
2 changes: 1 addition & 1 deletion classroom/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ makes requests to the Google Classroom API.
## Install

```
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install -r requirements.txt
```

## Run
Expand Down
3 changes: 3 additions & 0 deletions classroom/quickstart/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.2.0
3 changes: 3 additions & 0 deletions drive/activity-v2/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.2.0
3 changes: 3 additions & 0 deletions drive/activity/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.2.0
2 changes: 1 addition & 1 deletion drive/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ makes requests to the Drive V3 API.
## Install

```
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install -r requirements.txt
```

## Run
Expand Down
3 changes: 3 additions & 0 deletions drive/quickstart/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.2.0
2 changes: 1 addition & 1 deletion gmail/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ makes requests to the Gmail API.
## Install

```
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install -r requirements.txt
```

## Run
Expand Down
3 changes: 3 additions & 0 deletions gmail/quickstart/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.2.0
2 changes: 1 addition & 1 deletion people/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requests to the Google People API.
## Install

```
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install -r requirements.txt
```

## Run
Expand Down
3 changes: 3 additions & 0 deletions people/quickstart/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.2.0
2 changes: 1 addition & 1 deletion sheets/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requests to the Google Sheets API.
## Install

```
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install -r requirements.txt
```


Expand Down
3 changes: 3 additions & 0 deletions sheets/quickstart/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.2.0
2 changes: 1 addition & 1 deletion slides/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requests to the Google Slides API.
## Install

```
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install -r requirements.txt
```

## Run
Expand Down
3 changes: 3 additions & 0 deletions slides/quickstart/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.2.0
2 changes: 1 addition & 1 deletion tasks/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requests to the Google Tasks API.
## Install

```
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install -r requirements.txt
```

## Run
Expand Down
3 changes: 3 additions & 0 deletions tasks/quickstart/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.2.0
2 changes: 1 addition & 1 deletion vault/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requests to the Google Vault API.
## Install

```
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install -r requirements.txt
```

## Run
Expand Down
3 changes: 3 additions & 0 deletions vault/quickstart/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3
google-auth-oauthlib==0.2.0