Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(520)

Side by Side Diff: bootstrap/deps.pyl

Issue 1433543003: ts_mon: removed support for https:// endpoints (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fixed overzealous cleanup Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | infra_libs/ts_mon/api_monitor.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # See README.md, there is a section about this file. 1 # See README.md, there is a section about this file.
2 #vim: ft=python: 2 #vim: ft=python:
3 { 3 {
4 'wheel': { 4 'wheel': {
5 'version': '0.24.0', 5 'version': '0.24.0',
6 'build': '0', 6 'build': '0',
7 'gs': 'c02262299489646af253067e8136c060a93572e3.tar.gz', 7 'gs': 'c02262299489646af253067e8136c060a93572e3.tar.gz',
8 }, 8 },
9 9
10 'argcomplete': { 10 'argcomplete': {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'repo': 'external/github.com/mitsuhiko/markupsafe', 78 'repo': 'external/github.com/mitsuhiko/markupsafe',
79 'rev': 'feb1d70c16df62f60dcb521d127fdad8819fc036', 79 'rev': 'feb1d70c16df62f60dcb521d127fdad8819fc036',
80 'implicit': True, # Required by Jinja2 80 'implicit': True, # Required by Jinja2
81 }, 81 },
82 'mock': { 82 'mock': {
83 'version': '1.0.1', 83 'version': '1.0.1',
84 'build': '0', 84 'build': '0',
85 'repo': 'external/code.google.com/p/mock', 85 'repo': 'external/code.google.com/p/mock',
86 'rev': '96c2601faa69f6d0ecb931df837632c7776ed4d4', 86 'rev': '96c2601faa69f6d0ecb931df837632c7776ed4d4',
87 }, 87 },
88 'monacq': {
89 'version': '1.1.1',
90 'build': '0',
91 'repo': 'git+https://chrome-internal.googlesource.com/infra/third_party/mona cq',
92 'rev': '18386bc2416d39fcec91098bbc7b8e096a24dbfd',
93 },
94 'numpy': { 88 'numpy': {
95 'version': '1.6.1', 89 'version': '1.6.1',
96 'build': '0', 90 'build': '0',
97 'repo': 'external/github.com/numpy/numpy', 91 'repo': 'external/github.com/numpy/numpy',
98 'rev': '68538b74483009c2c2d1644ef00397014f95a696', 92 'rev': '68538b74483009c2c2d1644ef00397014f95a696',
99 # Required to run/test some appengine apps locally 93 # Required to run/test some appengine apps locally
100 }, 94 },
101 'oauth2client': { 95 'oauth2client': {
102 'version': '1.4.12', 96 'version': '1.4.12',
103 'build': '0', 97 'build': '0',
104 'repo': 'external/github.com/google/oauth2client', 98 'repo': 'external/github.com/google/oauth2client',
105 'rev': 'f46290a33418bd18308af27e519db95a51b0136c', 99 'rev': 'f46290a33418bd18308af27e519db95a51b0136c',
106 }, 100 },
107 'pyOpenSSL': { 101 'pyOpenSSL': {
108 'version': '0.14', 102 'version': '0.14',
109 'build': '0', 103 'build': '0',
110 'repo': 'external/github.com/pyca/pyopenssl', 104 'repo': 'external/github.com/pyca/pyopenssl',
111 'rev': '496f40dca9a47c0f1dfe0cd841256485708c8442', 105 'rev': '496f40dca9a47c0f1dfe0cd841256485708c8442',
112 }, 106 },
113 'protobuf': { 107 'protobuf': {
114 'version': '2.6.0', 108 'version': '2.6.0',
115 'build': '0', 109 'build': '0',
116 'repo': 'external/github.com/google/protobuf', 110 'repo': 'external/github.com/google/protobuf',
117 'rev': '629a556879cc84e0f52546f0484b65b72ce44fe8', 111 'rev': '629a556879cc84e0f52546f0484b65b72ce44fe8',
118 'implicit': True, # Required by monacq
119 }, 112 },
120 'pyasn1': { 113 'pyasn1': {
121 'version': '0.1.7', 114 'version': '0.1.7',
122 'build': '0', 115 'build': '0',
123 'gs': 'e32b91c5a5d9609fb1d07d8685a884bab22ca6d0.tar.gz', 116 'gs': 'e32b91c5a5d9609fb1d07d8685a884bab22ca6d0.tar.gz',
124 'implicit': True, # Required by oauth2client 117 'implicit': True, # Required by oauth2client
125 }, 118 },
126 'pyasn1_modules': { 119 'pyasn1_modules': {
127 'version': '0.0.5', 120 'version': '0.0.5',
128 'build': '0', 121 'build': '0',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'rev': '6581ebfe7e1f95b6f2e193723a9e0e1f02337851', 213 'rev': '6581ebfe7e1f95b6f2e193723a9e0e1f02337851',
221 }, 214 },
222 'WebOb': { 215 'WebOb': {
223 'version': '1.4.1dev', 216 'version': '1.4.1dev',
224 'build': '0', 217 'build': '0',
225 'repo': 'external/github.com/Pylons/webob', 218 'repo': 'external/github.com/Pylons/webob',
226 'rev': 'ec67aba9d62d0e32dc5154c940a2214441bf0a9e', 219 'rev': 'ec67aba9d62d0e32dc5154c940a2214441bf0a9e',
227 # 'implicit': True, # Required by webtest 220 # 'implicit': True, # Required by webtest
228 }, 221 },
229 } 222 }
OLDNEW
« no previous file with comments | « no previous file | infra_libs/ts_mon/api_monitor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698