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

Unified Diff: bootstrap/deps.pyl

Issue 1433543003: ts_mon: removed support for https:// endpoints (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | infra_libs/ts_mon/api_monitor.py » ('j') | infra_libs/ts_mon/test/config_test.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/deps.pyl
diff --git a/bootstrap/deps.pyl b/bootstrap/deps.pyl
index 31474f476406e17c7c8d8534e636d68ed7bf2bb2..e362fef8b73282bfa82a009083eb5dd5aa8ea378 100644
--- a/bootstrap/deps.pyl
+++ b/bootstrap/deps.pyl
@@ -1,3 +1,4 @@
+
Sergey Berezin 2015/11/04 23:34:25 nit: a stray empty line?
# See README.md, there is a section about this file.
#vim: ft=python:
{
@@ -85,12 +86,6 @@
'repo': 'external/code.google.com/p/mock',
'rev': '96c2601faa69f6d0ecb931df837632c7776ed4d4',
},
- 'monacq': {
- 'version': '1.1.1',
- 'build': '0',
- 'repo': 'git+https://chrome-internal.googlesource.com/infra/third_party/monacq',
- 'rev': '18386bc2416d39fcec91098bbc7b8e096a24dbfd',
- },
'numpy': {
'version': '1.6.1',
'build': '0',
@@ -115,7 +110,6 @@
'build': '0',
'repo': 'external/github.com/google/protobuf',
'rev': '629a556879cc84e0f52546f0484b65b72ce44fe8',
- 'implicit': True, # Required by monacq
},
'pyasn1': {
'version': '0.1.7',
« no previous file with comments | « no previous file | infra_libs/ts_mon/api_monitor.py » ('j') | infra_libs/ts_mon/test/config_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698