diff --git a/requirements.txt b/requirements.txt index 1040c541a..4bacdb93f 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 diff --git a/setup.py b/setup.py index aaaa417f3..3bd4b7f9d 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={