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

Side by Side Diff: bootstrap/deps.pyl

Issue 381043002: Add a virtualenv-based python bootstrapping service to infra. (Closed) Base URL: https://chromium.googlesource.com/infra/infra@master
Patch Set: Address comments, add warning while building on Ubuntu Created 6 years, 5 months 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 | « bootstrap/custom_builds/pytz.py ('k') | bootstrap/get_appengine.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #vim: ft=python:
2 {
3 'wheel': {
4 'version': '0.24.0',
5 'build': '0',
6 'gs': 'c02262299489646af253067e8136c060a93572e3.tar.gz',
7 },
8
9 'argcomplete': {
10 'version': '0.8.0',
11 'build': '0',
12 'rev': 'a88dcaae3132003ae123d39a2cd9924113b8f985',
13 },
14 'coverage': {
15 'version': '3.7.1',
16 'build': '0',
17 'rev': '8da39d5389c602bb838363563bd2e31ecbb53754',
18 },
19 'python_dateutil': {
20 'version': '1.5',
21 'build': '0',
22 'rev': '30af0028a6633dc415a6c41bf2f2a67bda9bb68a',
23 },
24 'oauth2client': {
25 'version': '1.2',
26 'build': '0',
27 'rev': 'd02b317af0313dcf66755844f5421651af5eb356'
28 },
29 'pytz': {
30 'version': '2014.4',
31 'build': '0',
32 'rev': '056207cdda4a8f01f7f0bd924e89d0df434c7547',
33 },
34 'PyYAML': {
35 'version': '3.11',
36 'build': '0',
37 'gs': '1a2d5df8b31124573efb9598ec6d54767f3c4cd4.tar.gz',
38 'build_options': ['--without-libyaml'],
39 },
40 'requests': {
41 'version': '2.3.0',
42 'build': '0',
43 'rev': '6366d3dd190a9e58ca582955cddf7e2ac5f32dcc',
44 },
45
46 # Deps for oauth2client
47 'httplib2': {
48 'version': '0.9',
49 'build': '0',
50 'rev': '7d1b88a3cf34774242bf4c0578c09c0092bb05d8',
51 'implicit': True,
52 },
53 'pyasn1': {
54 'version': '0.1.7',
55 'build': '0',
56 'gs': 'e32b91c5a5d9609fb1d07d8685a884bab22ca6d0.tar.gz',
57 'implicit': True,
58 },
59 'pyasn1_modules': {
60 'version': '0.0.5',
61 'build': '0',
62 'gs': '108bdef1b3ca7050ff93c59e7ef7225c9c1a8b07.tar.gz',
63 'implicit': True,
64 },
65 'rsa': {
66 'version': '3.1.4',
67 'build': '0',
68 'gs': '208583c49489b7ab415a4455eae7618b7055feca.tar.gz',
69 'implicit': True,
70 },
71 }
OLDNEW
« no previous file with comments | « bootstrap/custom_builds/pytz.py ('k') | bootstrap/get_appengine.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698