projects
/
osm
/
common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4eaefe
)
removing pip as required package because it changes pip version on installation
31/6431/1
author
tierno
<alfonso.tiernosepulveda@telefonica.com>
Thu, 23 Aug 2018 10:33:01 +0000
(10:33 +0000)
committer
tierno
<alfonso.tiernosepulveda@telefonica.com>
Thu, 23 Aug 2018 10:33:01 +0000
(10:33 +0000)
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
b72762e
..
09c71e6
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-32,7
+32,7
@@
setup(
'pymongo',
'aiokafka',
'PyYAML',
- 'pip',
+
#
'pip',
],
)