From 321e2f7555651aa64e07e571bedf6c1b42f12c19 Mon Sep 17 00:00:00 2001 From: linearcombination <4829djaskdfj@gmail.com> Date: Fri, 7 Jun 2024 14:47:54 -0700 Subject: [PATCH] USFM-Tools no longer relies on cython Switched linearcombination/USFM-Tools build system from setup/cython to hatchling for development speed at no cost to performance (Cython used to make things quicker, but with Python 3.12 being faster, the performance gain of cythonization is now small). This commit points to the new github release of USFM-Tools. --- backend/requirements.in | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.in b/backend/requirements.in index 2ecd1764..cd8cda66 100644 --- a/backend/requirements.in +++ b/backend/requirements.in @@ -28,7 +28,7 @@ setuptools termcolor toolz trio -usfm_tools @ https://github.com/linearcombination/USFM-Tools/archive/refs/tags/0.0.9.zip +usfm_tools @ https://github.com/linearcombination/USFM-Tools/archive/refs/tags/0.1.3.zip uvicorn weasyprint diff --git a/backend/requirements.txt b/backend/requirements.txt index ac5f0da1..e997a462 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -310,7 +310,7 @@ urllib3==2.2.1 # botocore # requests # types-requests -usfm-tools @ https://github.com/linearcombination/USFM-Tools/archive/refs/tags/0.0.9.zip +usfm-tools @ https://github.com/linearcombination/USFM-Tools/archive/refs/tags/0.1.3.zip # via -r ./backend/requirements.in uvicorn[standard]==0.28.0 # via