diff --git a/src/setup.py b/src/setup.py index fda8b3e8d4..45d881cff4 100644 --- a/src/setup.py +++ b/src/setup.py @@ -158,7 +158,7 @@ setup( keywords='tickets web shop ecommerce', install_requires=[ - 'arabic-reshaper==2.1.4', # Support for Arabic in reportlab + 'arabic-reshaper==3.0.0', # Support for Arabic in reportlab 'babel', 'BeautifulSoup4==4.11.*', 'bleach==5.0.*',