| OLD | NEW |
| 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 'pyasn1': { |
| 30 'version': '0.1.7', |
| 31 'build': '0', |
| 32 'gs': 'e32b91c5a5d9609fb1d07d8685a884bab22ca6d0.tar.gz', |
| 33 'implicit': True, # Required by cryptography: |
| 34 }, |
| 35 'pycparser': { |
| 36 'version': '2.10', |
| 37 'build': '0', |
| 38 'repo': 'external/github.com/eliben/pycparser', |
| 39 'rev': 'c67c9208d858788f9b24b0631171a6910b2c19cf', |
| 40 'implicit': True, # Required by cffi |
| 41 }, |
| 42 'pyOpenSSL': { # Needed to verify certs for HTTPS requests |
| 43 'version': '0.14', |
| 44 'build': '0', |
| 45 'repo': 'external/github.com/pyca/pyopenssl', |
| 46 'rev': '496f40dca9a47c0f1dfe0cd841256485708c8442', |
| 47 }, |
| 48 'six': { |
| 49 'version': '1.7.3', |
| 50 'build': '0', |
| 51 'repo': 'external/bitbucket.org/gutworth/six', |
| 52 'rev': 'e0898d97d5951af01ba56e86acaa7530762155c8', |
| 53 'implicit': True, # Required by pyOpenSSL |
| 54 }, |
| 10 } | 55 } |
| OLD | NEW |