blob: 975eb2b923e7d44e5f3001b65b9e0b9492d3e79b [file] [log] [blame]
# Copyright 2020 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.cas import properties
PYTHON_VERSION_COMPATIBILITY = 'PY2+3'
DEPS = [
'cipd',
'context',
'file',
'path',
'raw_io',
'runtime',
'step',
]
ENV_PROPERTIES = properties.EnvProperties