txtv

Swiss text tv in the terminal
git clone https://git.in0rdr.ch/txtv.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit 036bbf32b304c0b292751ed15013ddcdcadf8d13
parent e5c95969f293402302edf07efcc9e8be9a41453f
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Mon, 20 May 2024 13:33:00 +0200

fix(pipfile): regex dependency

Diffstat:
MPipfile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Pipfile b/Pipfile @@ -10,5 +10,6 @@ pytest = "*" beautifulsoup4 = "*" colorama = "*" requests = "*" +regex = "*" urllib3 = ">=1.26.5" txtv = {editable = true, path = "."}