Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
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]