mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
easter egg
This commit is contained in:
+1
-1
@@ -474,7 +474,7 @@ def format_pip_output(out, r=None):
|
||||
return out
|
||||
|
||||
def easter_egg(package_name):
|
||||
if package_name in ['requests', 'maya', 'crayons', 'delegator.py']:
|
||||
if package_name in ['requests', 'maya', 'crayons', 'delegator.py' 'records', 'tablib']:
|
||||
click.echo('P.S. You have excellent taste! ✨🍰✨')
|
||||
|
||||
@click.group(invoke_without_command=True)
|
||||
|
||||
Reference in New Issue
Block a user