From: Simon Cozens Date: Wed, 1 May 2024 09:38:34 +0000 (+0100) Subject: Dev dependencies X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c624a59ee9f40c9db9791ef409776ea253347247;p=thirdparty%2Fgoogle%2Ffonts.git Dev dependencies --- diff --git a/pyproject.toml b/pyproject.toml index 784c971142..eb559c5472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,3 +24,10 @@ authors = [ dependencies = [ "protobuf>=3.7.0, <4" ] + +[project.optional-dependencies] +dev = [ + "uharfbuzz", + "youseedee", + "pytest" +]