Skip to content

Commit 7861c73

Browse files
committed
Fix typo: requirements -> _requirements
1 parent ff55fb5 commit 7861c73

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

rules_python/piptool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def pip_install():
139139
140140
def requirement(name):
141141
name_key = name.replace("-", "_").lower()
142-
if name_key not in requirements:
142+
if name_key not in _requirements:
143143
fail("Could not find pip-provided dependency: '%s'" % name)
144144
return _requirements[name_key]
145145
""".format(input=args.input,

tools/piptool.par

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)