| commit | 347bed3b9dc1fc0681e63c6eea2e79b7c9e3f880 | [log] [tgz] |
|---|---|---|
| author | tierno <alfonso.tiernosepulveda@telefonica.com> | Thu Aug 23 10:33:01 2018 +0000 |
| committer | tierno <alfonso.tiernosepulveda@telefonica.com> | Thu Aug 23 10:33:01 2018 +0000 |
| tree | 268d944018c55870538b872670f95fe03bfbc296 | |
| parent | a4eaefe74757ccbd7ac513b72f21a3bf8bf391cb [diff] [blame] |
removing pip as required package because it changes pip version on installation Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/setup.py b/setup.py index b72762e..09c71e6 100644 --- a/setup.py +++ b/setup.py
@@ -32,7 +32,7 @@ 'pymongo', 'aiokafka', 'PyYAML', - 'pip', + # 'pip', ], )