From 93a8fb139e8a855143dcf257003edf6df698c36b Mon Sep 17 00:00:00 2001 From: Quintijn Hoogenboom Date: Sat, 25 Feb 2023 16:28:25 +0100 Subject: [PATCH] added dependency pysimplegui --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1e8cf9e..2b5cdbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,9 +13,9 @@ readme = "README.md" dependencies = ["dtactions >= 1.5.6", "debugpy >= 1.2.0", "pywin32 >= 304", - "natlinkcore >= 5.3.5"] - - + "natlinkcore >= 5.3.5", + "pysimplegui"] + classifiers=[ "Development Status :: 4 - Beta", "Topic :: Multimedia :: Sound/Audio :: Speech", "Topic :: Scientific/Engineering :: Human Machine Interfaces",