From 8ac9715c3178a978edc6df3a889545e67c89783b Mon Sep 17 00:00:00 2001 From: mbohlool Date: Mon, 21 Nov 2016 12:48:45 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 18eca2f07..6b48abda7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,4 +23,4 @@ Follow either of the two links above to access the appropriate CLA and instructi ### Adding dependencies -If your patch depends on new packages, add that package with [`godep`](https://github.com/tools/godep). Follow the [instructions to add a dependency](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md#godep-and-dependency-management). +If your patch depends on new packages, add those packages to [requirements.txt](requirements.txt) and [setup.py](setup.py).