OLD | NEW |
---|---|
(Empty) | |
1 # Copyright 2017 The LUCI Authors. All rights reserved. | |
2 # Use of this source code is governed under the Apache License, Version 2.0 | |
3 # that can be found in the LICENSE file. | |
4 | |
5 DEPS = [ | |
6 'json', | |
7 'path', | |
8 'python', | |
9 'raw_io', | |
10 ] | |
OLD | NEW |