| Index: recipe_modules/bot_update/__init__.py
|
| diff --git a/recipe_modules/bot_update/__init__.py b/recipe_modules/bot_update/__init__.py
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..928f7ea0b5e0e05ff16e11502502031fdedf1d27
|
| --- /dev/null
|
| +++ b/recipe_modules/bot_update/__init__.py
|
| @@ -0,0 +1,12 @@
|
| +DEPS = [
|
| + 'gclient',
|
| + 'recipe_engine/json',
|
| + 'recipe_engine/path',
|
| + 'recipe_engine/platform',
|
| + 'recipe_engine/properties',
|
| + 'recipe_engine/python',
|
| + 'recipe_engine/raw_io',
|
| + 'rietveld',
|
| + 'recipe_engine/step',
|
| + 'tryserver',
|
| +]
|
|
|