Index: bootstrap/deps.pyl |
diff --git a/bootstrap/deps.pyl b/bootstrap/deps.pyl |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b32a64beceefffbbd83659ae42dfabb4bb29c6e3 |
--- /dev/null |
+++ b/bootstrap/deps.pyl |
@@ -0,0 +1,10 @@ |
+# See README.md, there is a section about this file. |
+#vim: ft=python: |
+{ |
+ 'coverage': { |
+ 'version': '4.1', |
+ 'build': '0', |
+ 'repo': 'external/github.com/nedbat/coveragepy', |
+ 'rev': '4e2faeead034005cda1bcb096afde921527a748f', |
+ }, |
+} |