Skip to content

Commit 140c8da

Browse files
author
Jon Wayne Parrott
committed
Updating dependencies
1 parent b00f1dc commit 140c8da

File tree

12 files changed

+12
-11
lines changed

12 files changed

+12
-11
lines changed

blog/introduction_to_data_models_in_cloud_datastore/blog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def list_all_posts(ds):
7676

7777

7878
def main(project_id):
79-
ds = datastore.Client(dataset_id=project_id)
79+
ds = datastore.Client(project_id)
8080

8181
print("Creating users...")
8282
create_user(ds, 'tonystark',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
gcloud==0.8.0
1+
gcloud==0.9.0

blog/introduction_to_data_models_in_cloud_datastore/wiki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def list_revisions(ds, page):
7272

7373

7474
def main(project_id):
75-
ds = datastore.Client(dataset_id=project_id)
75+
ds = datastore.Client(project_id)
7676

7777
save_page(ds, 'page1', '1')
7878
save_page(ds, 'page1', '2')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==1.9.1
1+
Django==1.9.2
22
mysqlclient==1.3.7
33
wheel==0.26.0
44
gunicorn==19.4.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==0.10.1
2-
gcloud==0.8.0
2+
gcloud==0.9.0
33
gunicorn==19.4.5
44
oauth2client==1.5.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==1.9.1
1+
Django==1.9.2
22
mysqlclient==1.3.7
33
wheel==0.26.0
44
gunicorn==19.4.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==1.9.1
1+
Django==1.9.2
22
gunicorn==19.4.5

managed_vms/pubsub/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==0.10.1
2-
gcloud==0.8.0
2+
gcloud==0.9.0
33
gunicorn==19.4.5
44
oauth2client==1.5.2

managed_vms/storage/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==0.10.1
2-
gcloud==0.8.0
2+
gcloud==0.9.0
33
gunicorn==19.4.5

managed_vms/twilio/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==0.10.1
22
gunicorn==19.4.5
3-
twilio==6.2.dev0
3+
twilio==6.3.dev0

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ nose-timer==0.5.0
1919
Flask-SQLAlchemy==2.0
2020
PyMySQL==0.6.6
2121
python-memcached==1.57
22+
PyCrypto==1988504

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gcloud==0.8.0
1+
gcloud==0.9.0
22
google-api-python-client==1.4.2
33
oauth2client==1.5.2
44
requests[security]==2.9.1

0 commit comments

Comments
 (0)