Skip to content

Commit e81f469

Browse files
committed
tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt.
1 parent 473e85e commit e81f469

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/upip.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ def main():
275275
l = f.readline()
276276
if not l:
277277
break
278+
if l[0] == "#":
279+
continue
278280
to_install.append(l.rstrip())
279281
elif opt == "--debug":
280282
debug = True

0 commit comments

Comments
 (0)