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

@@ -64,4 +64,5 @@ phonenumberslite==8.11.*
python-bidi==0.4.* # Support for arabic in reportlab
arabic-reshaper==2.0.15 # Support for Aabic in reportlab
packaging
tlds>=2020041600
tlds>=2020041600
text-unidecode==1.*