Compare commits
2 Commits
24146c8db6
...
290e76d289
| Author | SHA1 | Date | |
|---|---|---|---|
| 290e76d289 | |||
| 678f3dac77 |
@@ -44,7 +44,7 @@ Workaround for Arch Linux:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
yay -S python312
|
yay -S python312
|
||||||
pipx install auditui --python python3.12
|
pipx install git+https://git.kharec.info/Kharec/auditui.git --python python3.12
|
||||||
```
|
```
|
||||||
|
|
||||||
## Keybindings
|
## Keybindings
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name = "auditui"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "An Audible TUI client"
|
description = "An Audible TUI client"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10,<=3.12"
|
requires-python = ">=3.10,<3.13"
|
||||||
dependencies = ["audible>=0.10.0", "httpx>=0.28.1", "textual>=6.7.1"]
|
dependencies = ["audible>=0.10.0", "httpx>=0.28.1", "textual>=6.7.1"]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|||||||
Reference in New Issue
Block a user