From 763cb030f1954e788b8a1fbf6de582446a11e9e8 Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Thu, 5 Dec 2024 09:19:53 -0500 Subject: [PATCH] build(deps): depend on readalongs branch dev.ej/convert_api --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 996d105d..ffeec8b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dependencies = [ "pysdtw==0.0.5", "pyworld==0.3.4", "PyYAML>=5.1", - "readalongs>=1.1.0", + "readalongs @ git+https://github.com/ReadAlongs/Studio.git@mdev.ej/convert_api", "questionary==1.10.0", "simple-term-menu==1.5.2", "tabulate==0.9.0",