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

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: 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') | infra_libs/ts_mon/test/config_test.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1
Sergey Berezin 2015/11/04 23:34:25 nit: a stray empty line?
1 # See README.md, there is a section about this file. 2 # See README.md, there is a section about this file.
2 #vim: ft=python: 3 #vim: ft=python:
3 { 4 {
4 'wheel': { 5 'wheel': {
5 'version': '0.24.0', 6 'version': '0.24.0',
6 'build': '0', 7 'build': '0',
7 'gs': 'c02262299489646af253067e8136c060a93572e3.tar.gz', 8 'gs': 'c02262299489646af253067e8136c060a93572e3.tar.gz',
8 }, 9 },
9 10
10 'argcomplete': { 11 'argcomplete': {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'repo': 'external/github.com/mitsuhiko/markupsafe', 79 'repo': 'external/github.com/mitsuhiko/markupsafe',
79 'rev': 'feb1d70c16df62f60dcb521d127fdad8819fc036', 80 'rev': 'feb1d70c16df62f60dcb521d127fdad8819fc036',
80 'implicit': True, # Required by Jinja2 81 'implicit': True, # Required by Jinja2
81 }, 82 },
82 'mock': { 83 'mock': {
83 'version': '1.0.1', 84 'version': '1.0.1',
84 'build': '0', 85 'build': '0',
85 'repo': 'external/code.google.com/p/mock', 86 'repo': 'external/code.google.com/p/mock',
86 'rev': '96c2601faa69f6d0ecb931df837632c7776ed4d4', 87 'rev': '96c2601faa69f6d0ecb931df837632c7776ed4d4',
87 }, 88 },
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': { 89 'numpy': {
95 'version': '1.6.1', 90 'version': '1.6.1',
96 'build': '0', 91 'build': '0',
97 'repo': 'external/github.com/numpy/numpy', 92 'repo': 'external/github.com/numpy/numpy',
98 'rev': '68538b74483009c2c2d1644ef00397014f95a696', 93 'rev': '68538b74483009c2c2d1644ef00397014f95a696',
99 # Required to run/test some appengine apps locally 94 # Required to run/test some appengine apps locally
100 }, 95 },
101 'oauth2client': { 96 'oauth2client': {
102 'version': '1.4.12', 97 'version': '1.4.12',
103 'build': '0', 98 'build': '0',
104 'repo': 'external/github.com/google/oauth2client', 99 'repo': 'external/github.com/google/oauth2client',
105 'rev': 'f46290a33418bd18308af27e519db95a51b0136c', 100 'rev': 'f46290a33418bd18308af27e519db95a51b0136c',
106 }, 101 },
107 'pyOpenSSL': { 102 'pyOpenSSL': {
108 'version': '0.14', 103 'version': '0.14',
109 'build': '0', 104 'build': '0',
110 'repo': 'external/github.com/pyca/pyopenssl', 105 'repo': 'external/github.com/pyca/pyopenssl',
111 'rev': '496f40dca9a47c0f1dfe0cd841256485708c8442', 106 'rev': '496f40dca9a47c0f1dfe0cd841256485708c8442',
112 }, 107 },
113 'protobuf': { 108 'protobuf': {
114 'version': '2.6.0', 109 'version': '2.6.0',
115 'build': '0', 110 'build': '0',
116 'repo': 'external/github.com/google/protobuf', 111 'repo': 'external/github.com/google/protobuf',
117 'rev': '629a556879cc84e0f52546f0484b65b72ce44fe8', 112 'rev': '629a556879cc84e0f52546f0484b65b72ce44fe8',
118 'implicit': True, # Required by monacq
119 }, 113 },
120 'pyasn1': { 114 'pyasn1': {
121 'version': '0.1.7', 115 'version': '0.1.7',
122 'build': '0', 116 'build': '0',
123 'gs': 'e32b91c5a5d9609fb1d07d8685a884bab22ca6d0.tar.gz', 117 'gs': 'e32b91c5a5d9609fb1d07d8685a884bab22ca6d0.tar.gz',
124 'implicit': True, # Required by oauth2client 118 'implicit': True, # Required by oauth2client
125 }, 119 },
126 'pyasn1_modules': { 120 'pyasn1_modules': {
127 'version': '0.0.5', 121 'version': '0.0.5',
128 'build': '0', 122 'build': '0',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'rev': '6581ebfe7e1f95b6f2e193723a9e0e1f02337851', 214 'rev': '6581ebfe7e1f95b6f2e193723a9e0e1f02337851',
221 }, 215 },
222 'WebOb': { 216 'WebOb': {
223 'version': '1.4.1dev', 217 'version': '1.4.1dev',
224 'build': '0', 218 'build': '0',
225 'repo': 'external/github.com/Pylons/webob', 219 'repo': 'external/github.com/Pylons/webob',
226 'rev': 'ec67aba9d62d0e32dc5154c940a2214441bf0a9e', 220 'rev': 'ec67aba9d62d0e32dc5154c940a2214441bf0a9e',
227 # 'implicit': True, # Required by webtest 221 # 'implicit': True, # Required by webtest
228 }, 222 },
229 } 223 }
OLDNEW
« no previous file with comments | « no previous file | infra_libs/ts_mon/api_monitor.py » ('j') | infra_libs/ts_mon/test/config_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698