Added setproctitle to dependencies.

This commit is contained in:
Storm Dragon 2025-04-17 00:35:02 -04:00
parent bbfd2790a9
commit 26a8c8cf86
3 changed files with 3 additions and 1 deletions

View File

@ -5,3 +5,4 @@ pyudev>=0.21.0
pexpect pexpect
pyperclip pyperclip
pyte>=0.7.0 pyte>=0.7.0
setproctitle

View File

@ -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",
], ],

View File

@ -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"