Description: Drop dependency on pip in setup.py
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: no
Last-Update: 2018-12-17
---
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,6 @@
 # limitations under the License.
 
 import os
-import pip
 
 from setuptools import setup, find_packages
 
