formatting

This commit is contained in:
svlandeg 2020-02-12 22:50:27 +01:00
parent 34986c7bfd
commit 6bbd816569

View File

@ -53,6 +53,7 @@ def test_build_dependencies(en_vocab):
assert (lib+v) == (lib+req_v) # if fail: pyproject.toml & requirements.txt have conflicting versions
toml_keys.add(lib)
def _parse_req(line):
lib = re.match(r"^[a-z0-9\-]*", line).group(0)
v = line.replace(lib, "").strip()