tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt.

pull/1/head
Paul Sokolovsky 2017-05-01 00:03:45 +03:00
parent 473e85e2da
commit e81f46940e
1 changed files with 2 additions and 0 deletions

View File

@ -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