From dc6eb48625f8e2cf819a969376bc62620b3f7c45 Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Tue, 19 Jul 2022 16:43:39 -0700 Subject: [PATCH] Optional dependency on emoji --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9ca924f..6d9e565 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,9 @@ classifiers = [ dependencies = [] requires-python = ">=3.7" +[project.optional-dependencies] +emoji = ["emoji"] + [project.urls] Homepage = "https://git.kj7rrv.com/kj7rrv/gptc"