mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Add pkg-resources to the ignored packages list
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user