From: nathan-williams Date: Mon, 22 Jul 2024 05:53:41 +0000 (-0400) Subject: Add regex to deps in TOML config X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a661bc2979d6ed2cec3a429a16c2afecf20525c7;p=thirdparty%2Fgoogle%2Ffonts.git Add regex to deps in TOML config --- diff --git a/pyproject.toml b/pyproject.toml index eb559c5472..61546649ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dynamic = ["version"] name = "gflanguages" description = "A python API for evaluating language support in the Google Fonts collection." readme = "README.md" -authors = [ +authors = [ { name = "Simon Cozens", email = "simon@simon-cozens.org" } ] @@ -29,5 +29,6 @@ dependencies = [ dev = [ "uharfbuzz", "youseedee", - "pytest" + "pytest", + "regex" ]