Drop the warning about the dependencies being overwritten.

The pyproject.toml file is the place where things are being migrated
too so it was a bit reduntant.
This commit is contained in:
Hunter Jozwiak 2025-01-28 04:04:59 -05:00
parent 39a918f74b
commit f509d89d90
2 changed files with 6 additions and 10 deletions

View File

@ -95,16 +95,7 @@ setup(
# Dependent packages (distributions)
python_requires='>=3.6',
install_requires=[
"evdev>=1.1.2",
"daemonize>=2.5.0",
"dbus-python>=1.2.8",
"pyudev>=0.21.0",
"setuptools",
"pexpect",
"pyttsx3",
"pyte>=0.7.0",
],
)
if not forceSettingsFlag:

View File

@ -4,6 +4,11 @@
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
<<<<<<< Updated upstream
version = "2025.01.08"
codeName = "testing"
=======
version = "2025.01.24"
codeName = "stable"
>>>>>>> Stashed changes