From ed2382842bf21fa120fbd8be33059f550c23a8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Macia=C5=82ek?= Date: Thu, 2 May 2024 10:47:20 +0200 Subject: [PATCH 1/2] Update requirements.txt: #339 #339 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1040c541a4..4bacdb93f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ requests>=2.20.0 opencv-python>=4.2.0.32 tqdm>=4.23.0 diffimg==0.2.3 -arabic-reshaper==2.1.3 +arabic-reshaper==2.1.4 python-bidi==0.4.2 wikipedia>=1.4.0 From 112587c1e5565a044e4a7fd3208d1181b0209caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Macia=C5=82ek?= Date: Thu, 2 May 2024 10:48:14 +0200 Subject: [PATCH 2/2] Update setup.py: #339 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aaaa417f31..3bd4b7f9db 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ "tqdm>=4.23.0", "wikipedia>=1.4.0", "diffimg==0.2.3", - "arabic-reshaper==2.1.3", + "arabic-reshaper==2.1.4", "python-bidi==0.4.2", ], entry_points={