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

pull/3055/head
Paul Sokolovsky 2017-05-01 00:03:45 +03:00
rodzic 473e85e2da
commit e81f46940e
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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