xref: /aosp_15_r20/external/skia/infra/bots/recipe_modules/docker/__init__.py (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
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 = "PY3"
7
8DEPS = [
9  'env',
10  'recipe_engine/file',
11  'recipe_engine/path',
12  'recipe_engine/raw_io',
13  'recipe_engine/step',
14  'run',
15]
16