Added setproctitle to dependencies.
This commit is contained in:
parent
bbfd2790a9
commit
26a8c8cf86
@ -5,3 +5,4 @@ pyudev>=0.21.0
|
|||||||
pexpect
|
pexpect
|
||||||
pyperclip
|
pyperclip
|
||||||
pyte>=0.7.0
|
pyte>=0.7.0
|
||||||
|
setproctitle
|
||||||
|
1
setup.py
1
setup.py
@ -102,6 +102,7 @@ setup(
|
|||||||
"pyperclip",
|
"pyperclip",
|
||||||
"pyudev>=0.21.0",
|
"pyudev>=0.21.0",
|
||||||
"setuptools",
|
"setuptools",
|
||||||
|
"setproctitle",
|
||||||
"pexpect",
|
"pexpect",
|
||||||
"pyte>=0.7.0",
|
"pyte>=0.7.0",
|
||||||
],
|
],
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
# Fenrir TTY screen reader
|
# Fenrir TTY screen reader
|
||||||
# By Chrys, Storm Dragon, and contributers.
|
# By Chrys, Storm Dragon, and contributers.
|
||||||
|
|
||||||
version = "2025.04.16"
|
version = "2025.04.17"
|
||||||
codeName = "testing"
|
codeName = "testing"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user