diff --git a/requirements.txt b/requirements.txt index 1040c541a..f39c98493 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==3.0.0 python-bidi==0.4.2 wikipedia>=1.4.0 diff --git a/setup.py b/setup.py index aaaa417f3..526728f56 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==3.0.0", "python-bidi==0.4.2", ], entry_points={