PDF renderer: Support for arabic

This commit is contained in:
Raphael Michel
2019-12-10 17:57:48 +01:00
parent cf5ac6af4b
commit 15c25a5a0d
3 changed files with 16 additions and 0 deletions
+2
View File
@@ -148,6 +148,8 @@ setup(
'urllib3==1.24.*', # required by current requests
'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
],
extras_require={
'dev': [