From 4966b87ba1846cc617402fcb1433446beaab159b Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 26 Feb 2025 17:38:22 -0500 Subject: [PATCH] pyttsx removed from setup file because it's no longer a speech option. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 34c02fe6..448707cc 100755 --- a/setup.py +++ b/setup.py @@ -103,7 +103,6 @@ setup( "rapidfuzz>=2.0.0", "setuptools", "pexpect", - "pyttsx3", "pyte>=0.7.0", ], )