Skip to content
Snippets Groups Projects
Commit e81f4694 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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

parent 473e85e2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment