| 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.3.4', |
| 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': '4dbcd5982eeb53a34bee17d9a4e539b222d1239e', |
| 9 }, | 9 }, |
| 10 'cffi': { | 10 'cffi': { |
| 11 'version': '0.9.0', | 11 'version': '0.9.0', |
| 12 'build': '1', | 12 'build': '1', |
| 13 'gs': 'cabed2c0ab329dc19ff4f089b26bf9f4faae55e4.tar.gz', | 13 'gs': 'cabed2c0ab329dc19ff4f089b26bf9f4faae55e4.tar.gz', |
| 14 'implicit': True, # Required by cryptography | 14 'implicit': True, # Required by cryptography |
| 15 }, | 15 }, |
| 16 'cryptography': { | 16 'cryptography': { |
| 17 'version': '0.7.2', | 17 'version': '0.7.2', |
| 18 'build': '0', | 18 'build': '0', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 'rev': '496f40dca9a47c0f1dfe0cd841256485708c8442', | 58 'rev': '496f40dca9a47c0f1dfe0cd841256485708c8442', |
| 59 }, | 59 }, |
| 60 'six': { | 60 'six': { |
| 61 'version': '1.7.3', | 61 'version': '1.7.3', |
| 62 'build': '0', | 62 'build': '0', |
| 63 'repo': 'external/bitbucket.org/gutworth/six', | 63 'repo': 'external/bitbucket.org/gutworth/six', |
| 64 'rev': 'e0898d97d5951af01ba56e86acaa7530762155c8', | 64 'rev': 'e0898d97d5951af01ba56e86acaa7530762155c8', |
| 65 'implicit': True, # Required by pyOpenSSL | 65 'implicit': True, # Required by pyOpenSSL |
| 66 }, | 66 }, |
| 67 } | 67 } |
| OLD | NEW |