mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Exclude all kinds of Umlauts from GiroCodes (Fix: #1314)
This commit is contained in:
@@ -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