forked from CGM_Public/pretix_original
Fix package name of dependency
This commit is contained in:
@@ -63,4 +63,4 @@ redis==3.2.*
|
||||
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 Aabic in reportlab
|
||||
arabic-reshaper==2.0.15 # Support for Aabic in reportlab
|
||||
@@ -149,7 +149,7 @@ setup(
|
||||
'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
|
||||
'arabic-reshaper==2.0.15', # Support for Arabic in reportlab
|
||||
],
|
||||
extras_require={
|
||||
'dev': [
|
||||
|
||||
Reference in New Issue
Block a user