blob: 5470e5b21eee6b04e015ba96b3d9c3b8dbd567b5 [file] [log] [blame]
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
PYTHON_VERSION_COMPATIBILITY = "PY3"
DEPS = [
'recipe_engine/archive',
'recipe_engine/buildbucket',
'recipe_engine/bcid_reporter',
'recipe_engine/cipd',
'recipe_engine/context',
'recipe_engine/defer',
'recipe_engine/file',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/platform',
'recipe_engine/properties',
'recipe_engine/raw_io',
'recipe_engine/runtime',
'recipe_engine/step',
'recipe_engine/url',
'depot_tools/git',
'depot_tools/osx_sdk',
'depot_tools/tryserver',
'depot_tools/windows_sdk',
]