blob: a33752d5c59300d50adc797c11195e332a009d4c [file] [log] [blame]
# Copyright 2018 The LUCI Authors. All rights reserved.
# Use of this source code is governed under the Apache License, Version 2.0
# that can be found in the LICENSE file.
from PB.recipe_modules.recipe_engine.swarming import properties
DEPS = [
'buildbucket', # TODO(crbug.com/1122808): Remove this dependency.
'cas',
'cipd',
'context',
'isolated',
'json',
'path',
'properties',
'raw_io',
'runtime',
'step',
]
PROPERTIES = properties.InputProperties
ENV_PROPERTIES = properties.EnvProperties