tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt.
This commit is contained in:
parent
473e85e2da
commit
e81f46940e
@ -275,6 +275,8 @@ def main():
|
||||
l = f.readline()
|
||||
if not l:
|
||||
break
|
||||
if l[0] == "#":
|
||||
continue
|
||||
to_install.append(l.rstrip())
|
||||
elif opt == "--debug":
|
||||
debug = True
|
||||
|
Loading…
Reference in New Issue
Block a user