Mercurial > public > sg101
changeset 858:a4d685cdecdd
Update requirements files for Google API v3 Python client install.
Installed for new Calendar v3 API, issue #80.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 22 Nov 2014 13:33:21 -0600 |
parents | 9165edfb1709 |
children | fca9281c535c e4f8d87c3d30 |
files | requirements.txt requirements_dev.txt |
diffstat | 2 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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:
--- 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: