forked from CGM_Public/pretix_original
Fix #1582 - Add explicit requirement to packaging library
This commit is contained in:
@@ -64,3 +64,4 @@ 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
|
||||||
arabic-reshaper==2.0.15 # Support for Aabic in reportlab
|
arabic-reshaper==2.0.15 # Support for Aabic in reportlab
|
||||||
|
packaging
|
||||||
|
|||||||
@@ -151,6 +151,7 @@ setup(
|
|||||||
'phonenumberslite==8.10.*',
|
'phonenumberslite==8.10.*',
|
||||||
'python-bidi==0.4.*', # Support for Arabic in reportlab
|
'python-bidi==0.4.*', # Support for Arabic in reportlab
|
||||||
'arabic-reshaper==2.0.15', # Support for Arabic in reportlab
|
'arabic-reshaper==2.0.15', # Support for Arabic in reportlab
|
||||||
|
'packaging',
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'dev': [
|
'dev': [
|
||||||
|
|||||||
Reference in New Issue
Block a user