File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1- import __init__
21import os
32import click
43from pypiup .requirements import Requirements
@@ -16,13 +15,13 @@ def cli(requirement, demo):
1615 Check whether your PyPI requirements are up to date.
1716 """
1817
19- print ("\n ______ __ __ ______ __ __ __ ______ " )
20- print ("/\ == \ /\ \_\ \ /\ == \ /\ \ /\ \/\ \ /\ == \ " )
21- print ("\ \ _-/ \ \____ \ \ \ _-/ \ \ \ \ \ \_\ \ \ \ _-/ " )
22- print (" \ \_\ \/\_____\ \ \_\ \ \_\ \ \_____\ \ \_\ " )
23- print (" \/_/ \/_____/ \/_/ \/_/ \/_____/ \/_/ " )
24- print ("\n https://github.com/ekonstantinidis/pypiup " )
25- print ("Version %s" % __init__ . __version__ )
18+ print ("\n ______ __ __ ______ __ __ __ ______ " )
19+ print (" /\ == \ /\ \_\ \ /\ == \ /\ \ /\ \/\ \ /\ == \ " )
20+ print (" \ \ _-/ \ \____ \ \ \ _-/ \ \ \ \ \ \_\ \ \ \ _-/ " )
21+ print (" \ \_\ \/\_____\ \ \_\ \ \_\ \ \_____\ \ \_\ " )
22+ print (" \/_/ \/_____/ \/_/ \/_/ \/_____/ \/_/ " )
23+ print ("\n PyPIup " )
24+ print (" https://github.com/ekonstantinidis/pypiup" )
2625
2726 if demo :
2827 demo_path = os .path .join (BASE_DIR , 'requirements/requirements-demo.txt' )
You can’t perform that action at this time.
0 commit comments