1# Copyright 2019 Google LLC
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6PYTHON_VERSION_COMPATIBILITY = "PY2+3"
7
8DEPS = [
9  'env',
10  'recipe_engine/file',
11  'recipe_engine/path',
12  'recipe_engine/python',
13  'recipe_engine/raw_io',
14  'recipe_engine/step',
15  'run',
16]
17