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

Side by Side Diff: bootstrap/deps.pyl

Issue 2164713003: Vendor requests. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Remove unneeded stuff. Created 4 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 | « no previous file | bootstrap/update_vendoring.py » ('j') | bootstrap/update_vendoring.py » ('J')
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 'coverage': { 4 'coverage': {
5 'version': '4.1', 5 'version': '4.1',
6 'build': '0', 6 'build': '0',
7 'repo': 'external/github.com/nedbat/coveragepy', 7 'repo': 'external/github.com/nedbat/coveragepy',
8 'rev': '4e2faeead034005cda1bcb096afde921527a748f', 8 'rev': '4e2faeead034005cda1bcb096afde921527a748f',
9 }, 9 },
10 'cffi': {
11 'version': '0.9.0',
12 'build': '1',
13 'gs': 'cabed2c0ab329dc19ff4f089b26bf9f4faae55e4.tar.gz',
14 'implicit': True, # Required by cryptography
15 },
16 'cryptography': {
17 'version': '0.7.2',
18 'build': '0',
19 'repo': 'external/github.com/pyca/cryptography',
20 'rev': '9ac7d55150c8410a08ee3b00b89bfeac3dbd8e8f',
21 'implicit': True, # Required by pyOpenSSL
22 },
23 'enum34': {
24 'version': '1.0.4',
25 'build': '0',
26 'gs': '10b77f1db47e54abbc4ce6f61df542590b9ad972.tar.gz',
27 'implicit': True, # Required by cryptography
28 },
29 'requests': {
dnj 2016/07/20 21:59:44 But don't you install requests independently here?
martiniss 2016/07/20 22:26:20 Oh, whoops. I don't want this.
30 'version': '2.5.1',
31 'build': '0',
32 'repo': 'external/github.com/kennethreitz/requests',
33 'rev': 'b83131779c701720a9ae9efae78996277d416269',
34 },
35 'pyasn1': {
36 'version': '0.1.7',
37 'build': '0',
38 'gs': 'e32b91c5a5d9609fb1d07d8685a884bab22ca6d0.tar.gz',
39 'implicit': True, # Required by cryptography:
40 },
41 'pycparser': {
42 'version': '2.10',
43 'build': '0',
44 'repo': 'external/github.com/eliben/pycparser',
45 'rev': 'c67c9208d858788f9b24b0631171a6910b2c19cf',
46 'implicit': True, # Required by cffi
47 },
48 'pyOpenSSL': { # Needed to verify certs for HTTPS requests
49 'version': '0.14',
50 'build': '0',
51 'repo': 'external/github.com/pyca/pyopenssl',
52 'rev': '496f40dca9a47c0f1dfe0cd841256485708c8442',
53 },
54 'six': {
55 'version': '1.7.3',
56 'build': '0',
57 'repo': 'external/bitbucket.org/gutworth/six',
58 'rev': 'e0898d97d5951af01ba56e86acaa7530762155c8',
59 'implicit': True, # Required by pyOpenSSL
60 },
10 } 61 }
OLDNEW
« no previous file with comments | « no previous file | bootstrap/update_vendoring.py » ('j') | bootstrap/update_vendoring.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698