mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
add pipenv to bad packages
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ else:
|
||||
# |_|
|
||||
|
||||
# Packages that should be ignored later.
|
||||
BAD_PACKAGES = ('setuptools', 'pip', 'wheel', 'six', 'packaging', 'pyparsing', 'appdirs')
|
||||
BAD_PACKAGES = ('setuptools', 'pip', 'wheel', 'six', 'packaging', 'pyparsing', 'appdirs', 'pipenv')
|
||||
|
||||
# Enable shell completion.
|
||||
click_completion.init()
|
||||
|
||||
Reference in New Issue
Block a user