2025-01-24 12:12:28 -05:00
|
|
|
[build-system]
|
|
|
|
requires = ["setuptools >= 61.0"]
|
|
|
|
|
|
|
|
[project]
|
|
|
|
name = "fenrir-screenreader"
|
2025-01-28 04:12:09 -05:00
|
|
|
version="2025.01.28"
|
2025-01-28 04:06:00 -05:00
|
|
|
dynamic=["classifiers", "license", "keywords", "authors", "scripts", "urls"]
|
2025-01-24 12:12:28 -05:00
|
|
|
description = "A TTY screenreader for Linux."
|
|
|
|
readme = "README.md"
|
|
|
|
requires-python = ">=3.6"
|
|
|
|
dependencies = [
|
|
|
|
"dbus-python>=1.2.18",
|
|
|
|
"evdev>=1.7.1",
|
|
|
|
"pexpect>=4.9.0",
|
|
|
|
"pyte>=0.8.1",
|
|
|
|
"pyudev>=0.23.2",
|
|
|
|
]
|