diff --git a/pyproject_buildrequires.py b/pyproject_buildrequires.py index 36139eb..a34c9e2 100644 --- a/pyproject_buildrequires.py +++ b/pyproject_buildrequires.py @@ -235,7 +235,7 @@ def parse_tox_requires_lines(lines): f'WARNING: Skipping dependency line: {line}\n' + f' tox deps options other than -r are not supported (yet).', ) - else: + elif line: packages.append(line) return packages