]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Add regex to deps in TOML config
authornathan-williams <nathan.le.williams@gmail.com>
Mon, 22 Jul 2024 05:53:41 +0000 (01:53 -0400)
committernathan-williams <nathan.le.williams@gmail.com>
Mon, 22 Jul 2024 05:53:41 +0000 (01:53 -0400)
pyproject.toml

index eb559c54727da6e0310deeab9345f57e3c56506d..61546649abbf8e72dfdcdc2470948da49daffa8e 100644 (file)
@@ -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"
 ]