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:
M | Pipfile | | | 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 = "."}