forked from CGM_Public/pretix_original
Exclude all kinds of Umlauts from GiroCodes (Fix: #1314)
This commit is contained in:
+2
-1
@@ -151,7 +151,8 @@ setup(
|
||||
'python-bidi==0.4.*', # Support for Arabic in reportlab
|
||||
'arabic-reshaper==2.0.15', # Support for Arabic in reportlab
|
||||
'packaging',
|
||||
'tlds>=2020041600'
|
||||
'tlds>=2020041600',
|
||||
'text-unidecode==1.*'
|
||||
],
|
||||
extras_require={
|
||||
'dev': [
|
||||
|
||||
Reference in New Issue
Block a user