From 69a1fccd20490a5ec48c691773eb95f62f9b0d48 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 17 Feb 2020 21:00:44 +0100 Subject: [PATCH] Fix #1582 - Add explicit requirement to packaging library --- src/requirements/production.txt | 1 + src/setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index bd2ce3ba5..c15b99f17 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 315a1536b..7f414914a 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': [