Add pkg-resources to the ignored packages list

This commit is contained in:
Alex Gómez Martín
2018-07-16 15:33:57 +02:00
parent 6b1ec91607
commit ff3c49e5b4
+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: