18 lines
390 B
TOML
18 lines
390 B
TOML
|
[build-system]
|
||
|
requires = ["setuptools >= 61.0"]
|
||
|
|
||
|
[project]
|
||
|
name = "fenrir-screenreader"
|
||
|
version="2024.12.20"
|
||
|
dynamic=["classifiers", "license", "keywords", "authors"]
|
||
|
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",
|
||
|
]
|