# HG changeset patch # User Brian Neal # Date 1416684801 21600 # Node ID a4d685cdecdd5c2554db46e3a69587601b186082 # Parent 9165edfb17091f1dac5c1d02c49035264a5c4107 Update requirements files for Google API v3 Python client install. Installed for new Calendar v3 API, issue #80. diff -r 9165edfb1709 -r a4d685cdecdd requirements.txt --- a/requirements.txt Sat Nov 22 13:27:13 2014 -0600 +++ b/requirements.txt Sat Nov 22 13:33:21 2014 -0600 @@ -29,6 +29,14 @@ Pillow==2.4.0 boto==2.13.0 billiard==3.3.0.13 +google-api-python-client==1.3.1 +httplib2==0.9 +oauth2client==1.4.1 +pyasn1==0.1.7 +pyasn1-modules==0.0.5 +rsa==3.1.4 +simplejson==3.6.5 +uritemplate==0.6 # # These packages I punted on and hacked into my virtualenv by # symlinking to the global site-packages: diff -r 9165edfb1709 -r a4d685cdecdd requirements_dev.txt --- a/requirements_dev.txt Sat Nov 22 13:27:13 2014 -0600 +++ b/requirements_dev.txt Sat Nov 22 13:33:21 2014 -0600 @@ -33,6 +33,14 @@ boto==2.13.0 sqlparse==0.1.10 billiard==3.3.0.13 +google-api-python-client==1.3.1 +httplib2==0.9 +oauth2client==1.4.1 +pyasn1==0.1.7 +pyasn1-modules==0.0.5 +rsa==3.1.4 +simplejson==3.6.5 +uritemplate==0.6 # # These packages I punted on and hacked into my virtualenv by # symlinking to the global site-packages: