Compare commits

..

2 Commits

Author SHA1 Message Date
290e76d289 fix: include 3.12.x 2026-01-06 07:44:51 +01:00
678f3dac77 fix: pipx install needs the full url 2026-01-06 07:44:44 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ Workaround for Arch Linux:
```bash
yay -S python312
pipx install auditui --python python3.12
pipx install git+https://git.kharec.info/Kharec/auditui.git --python python3.12
```
## Keybindings

View File

@@ -3,7 +3,7 @@ name = "auditui"
version = "0.1.0"
description = "An Audible TUI client"
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"]
[project.scripts]