From 2284def6074573ce2ed822ff38c0fb7cb60c3722 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 10 Dec 2019 18:10:29 +0100 Subject: [PATCH] Fix package name of dependency --- src/requirements/production.txt | 2 +- src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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': [