-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
39 lines (38 loc) · 965 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[project]
name = "tuipod"
version = "2024-11-24.6147baed9d02462989c1d8cc65b87af5-beta"
description = "A TUI podcast player."
requires-python = ">=3.12"
readme = "README.md"
license = "MIT"
keywords = [
"console",
"player",
"podcast",
"terminal",
"textual",
"tui"
]
authors = [
{ name = "Matthew Hickson" }
]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Topic :: Multimedia :: Sound/Audio",
"Topic :: Multimedia :: Sound/Audio :: Players"
]
dependencies = [
"beautifulsoup4>=4.12.3",
"miniaudio>=1.61",
#"playsound3>=2.4.0",
"pynput>=1.7.7",
"textual>=0.85.2"
]
[project.urls]
Documentation = "https://github.com/mwhickson/tuipod#readme"
Issues = "https://github.com/mwhickson/tuipod/issues"
Source = "https://github.com/mwhickson/tuipod"