| OLD | NEW |
| 1 use_relative_paths = True | 1 use_relative_paths = True |
| 2 | 2 |
| 3 # Dependencies on outside packages. | 3 # Dependencies on outside packages. |
| 4 # | 4 # |
| 5 deps = { | 5 deps = { |
| 6 "third_party/externals/google-api-python-client" : "https://github.com/google/
google-api-python-client.git@ecc64a0a2baa4a77f35dec83ad05c6c9ba2d2841", | 6 "third_party/externals/boto" : "https://github.com/boto/boto.git@410909e993746
c1b7a2604721d82afc0d2778a8a", |
| 7 "third_party/externals/httplib2" : "https://github.com/jcgregorio/httplib2.git
@7d1b88a3cf34774242bf4c0578c09c0092bb05d8", | |
| 8 "third_party/externals/oauth2client" : "https://github.com/google/oauth2client
.git@d02b317af0313dcf66755844f5421651af5eb356", | |
| 9 "third_party/externals/uritemplate-py" : "https://github.com/uri-templates/uri
template-py.git@1e780a49412cdbb273e9421974cb91845c124f3f", | |
| 10 } | 7 } |
| OLD | NEW |