Skip to content

Commit

Permalink
piptool: add all_requirements constant to output (ali5h#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommilligan authored Apr 19, 2020
1 parent 32dde0b commit 4060e7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/piptool.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ def pip_install(pip_args=[]):
{mappings}
}}
all_requirements = _requirements.values()
def requirement(name, target=None):
name_key = name.lower()
if name_key not in _requirements:
Expand Down

0 comments on commit 4060e7f

Please sign in to comment.