diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 5273b4816..436e1180d 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -63,4 +63,4 @@ redis==3.2.* django-phonenumber-field==3.0.* phonenumberslite==8.10.* python-bidi==0.4.* # Support for arabic in reportlab -python-arabic-reshaper==2.0.15 # Support for Aabic in reportlab \ No newline at end of file +arabic-reshaper==2.0.15 # Support for Aabic in reportlab \ No newline at end of file diff --git a/src/setup.py b/src/setup.py index e71d69ca5..f4040058d 100644 --- a/src/setup.py +++ b/src/setup.py @@ -149,7 +149,7 @@ setup( 'django-phonenumber-field==3.0.*', 'phonenumberslite==8.10.*', 'python-bidi==0.4.*', # Support for Arabic in reportlab - 'python-arabic-reshaper==2.0.15', # Support for Arabic in reportlab + 'arabic-reshaper==2.0.15', # Support for Arabic in reportlab ], extras_require={ 'dev': [