Merge pull request #2591 from Alexgmin/master

Add pkg-resources to the ignored packages list
This commit is contained in:
Tzu-ping Chung
2018-07-16 21:51:38 +08:00
committed by GitHub
+1 -1
View File
@@ -64,7 +64,7 @@ from .environments import (
)
# Packages that should be ignored later.
BAD_PACKAGES = ("setuptools", "pip", "wheel", "packaging", "distribute")
BAD_PACKAGES = ("distribute", "packaging", "pip", "pkg-resources", "setuptools", "wheel")
# Are we using the default Python?
USING_DEFAULT_PYTHON = True
if not PIPENV_HIDE_EMOJIS: