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:
parent
39a918f74b
commit
f509d89d90
11
setup.py
11
setup.py
@ -95,16 +95,7 @@ setup(
|
|||||||
|
|
||||||
# Dependent packages (distributions)
|
# Dependent packages (distributions)
|
||||||
python_requires='>=3.6',
|
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:
|
if not forceSettingsFlag:
|
||||||
|
@ -4,6 +4,11 @@
|
|||||||
# Fenrir TTY screen reader
|
# Fenrir TTY screen reader
|
||||||
# By Chrys, Storm Dragon, and contributers.
|
# By Chrys, Storm Dragon, and contributers.
|
||||||
|
|
||||||
|
<<<<<<< Updated upstream
|
||||||
|
|
||||||
version = "2025.01.08"
|
version = "2025.01.08"
|
||||||
codeName = "testing"
|
codeName = "testing"
|
||||||
|
=======
|
||||||
|
version = "2025.01.24"
|
||||||
|
codeName = "stable"
|
||||||
|
>>>>>>> Stashed changes
|
||||||
|
Loading…
Reference in New Issue
Block a user