2018-05-24 13:14:18 +00:00
|
|
|
# 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.
|
|
|
|
|
2021-11-30 18:59:12 +00:00
|
|
|
PYTHON_VERSION_COMPATIBILITY = "PY3"
|
2021-11-08 20:53:44 +00:00
|
|
|
|
2018-05-24 13:14:18 +00:00
|
|
|
DEPS = [
|
|
|
|
'recipe_engine/context',
|
|
|
|
'recipe_engine/step',
|
|
|
|
'run',
|
|
|
|
]
|