Skip to content

Commit 9ca66c6

Browse files
committed
Add requirements.txt to all quickstarts
1 parent 364cd15 commit 9ca66c6

File tree

28 files changed

+58
-13
lines changed

28 files changed

+58
-13
lines changed

admin_sdk/directory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Directory API.
88
## Install
99

1010
```
11-
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
11+
pip install -r requirements.txt
1212
```
1313

1414
## Run

admin_sdk/directory/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
google-api-python-client==1.7.8
2+
google-auth-httplib2==0.0.3
3+
google-auth-oauthlib==0.2.0

admin_sdk/reports/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ that makes requests to the Google Admin SDK Reports API.
88
## Install
99

1010
```
11-
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
11+
pip install -r requirements.txt
1212
```
1313

1414
## Run

admin_sdk/reports/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
google-api-python-client==1.7.8
2+
google-auth-httplib2==0.0.3
3+
google-auth-oauthlib==0.2.0

admin_sdk/reseller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ that makes requests to the Google Admin SDK Reseller API.
88
## Install
99

1010
```
11-
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
11+
pip install -r requirements.txt
1212
```
1313

1414
## Run

admin_sdk/reseller/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
google-api-python-client==1.7.8
2+
google-auth-httplib2==0.0.3
3+
google-auth-oauthlib==0.2.0

apps_script/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ that makes requests to the Google Apps Script API.
88
## Install
99

1010
```
11-
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
11+
pip install -r requirements.txt
1212
```
1313

1414
## Run
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
google-api-python-client==1.7.8
2+
google-auth-httplib2==0.0.3
3+
google-auth-oauthlib==0.2.0

calendar/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makes requests to the Google Calendar API.
88
## Install
99

1010
```
11-
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
11+
pip install -r requirements.txt
1212
```
1313

1414
## Run

calendar/quickstart/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
google-api-python-client==1.7.8
2+
google-auth-httplib2==0.0.3
3+
google-auth-oauthlib==0.2.0

0 commit comments

Comments
 (0)