Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
e81f4694
Commit
e81f4694
authored
May 01, 2017
by
Paul Sokolovsky
Browse files
tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt.
parent
473e85e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/upip.py
View file @
e81f4694
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment