Fix package name of dependency

This commit is contained in:
Raphael Michel
2019-12-10 18:10:29 +01:00
parent 15c25a5a0d
commit 2284def607
2 changed files with 2 additions and 2 deletions

View File

@@ -63,4 +63,4 @@ redis==3.2.*
django-phonenumber-field==3.0.* django-phonenumber-field==3.0.*
phonenumberslite==8.10.* phonenumberslite==8.10.*
python-bidi==0.4.* # Support for arabic in reportlab python-bidi==0.4.* # Support for arabic in reportlab
python-arabic-reshaper==2.0.15 # Support for Aabic in reportlab arabic-reshaper==2.0.15 # Support for Aabic in reportlab

View File

@@ -149,7 +149,7 @@ setup(
'django-phonenumber-field==3.0.*', 'django-phonenumber-field==3.0.*',
'phonenumberslite==8.10.*', 'phonenumberslite==8.10.*',
'python-bidi==0.4.*', # Support for Arabic in reportlab '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={ extras_require={
'dev': [ 'dev': [