diff --git a/src/requirements/production.txt b/src/requirements/production.txt index bd2ce3ba5e..c15b99f175 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -64,3 +64,4 @@ django-phonenumber-field==3.0.* phonenumberslite==8.10.* python-bidi==0.4.* # Support for arabic in reportlab arabic-reshaper==2.0.15 # Support for Aabic in reportlab +packaging diff --git a/src/setup.py b/src/setup.py index 315a1536b8..7f414914ab 100644 --- a/src/setup.py +++ b/src/setup.py @@ -151,6 +151,7 @@ setup( 'phonenumberslite==8.10.*', 'python-bidi==0.4.*', # Support for Arabic in reportlab 'arabic-reshaper==2.0.15', # Support for Arabic in reportlab + 'packaging', ], extras_require={ 'dev': [