1 parent ff55fb5 commit 7861c73Copy full SHA for 7861c73
2 files changed
rules_python/piptool.py
@@ -139,7 +139,7 @@ def pip_install():
139
140
def requirement(name):
141
name_key = name.replace("-", "_").lower()
142
- if name_key not in requirements:
+ if name_key not in _requirements:
143
fail("Could not find pip-provided dependency: '%s'" % name)
144
return _requirements[name_key]
145
""".format(input=args.input,
tools/piptool.par
0 Bytes
0 commit comments