summaryrefslogtreecommitdiff
path: root/pkg/utils/reqs.py
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/utils/reqs.py')
-rw-r--r--pkg/utils/reqs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/utils/reqs.py b/pkg/utils/reqs.py
index f10051e..251c7e9 100644
--- a/pkg/utils/reqs.py
+++ b/pkg/utils/reqs.py
@@ -67,8 +67,8 @@ def parse_requirements(reqfiles=['requirements.txt',
if re.match(r'\s*-e\s+', line):
pass
# do not try to do anything with externals on vcs
- #requirements.append(re.sub(r'\s*-e\s+.*#egg=(.*)$', r'\1',
- #line))
+ # requirements.append(re.sub(r'\s*-e\s+.*#egg=(.*)$', r'\1',
+ # line))
# http://foo.bar/baz/foobar/zipball/master#egg=foobar
elif re.match(r'\s*https?:', line):
requirements.append(re.sub(r'\s*https?:.*#egg=(.*)$', r'\1',