Exclude all kinds of Umlauts from GiroCodes (Fix: #1314)

This commit is contained in:
Martin Gross
2020-04-17 19:14:54 +02:00
parent 0783add3b9
commit 1d8668aaf1
4 changed files with 15 additions and 3 deletions

View File

@@ -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': [