From 1ad23c962cb2a5df11576137cb172cb15fef7ba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=BCrker=20Tunal=C4=B1?= Date: Mon, 29 Jun 2020 09:25:39 +0300 Subject: [PATCH] Turkish translations need this fix (#10555) num2words library has Turkish translation since version 0.5.6. And their last version 0.5.10 seems ok. We need this fix to better support Turkish users. Co-authored-by: Gavin D'souza --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b478e7abaa..2d38f12faf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ ldap3==2.7 markdown2==2.3.9 maxminddb-geolite2==2018.703 ndg-httpsclient==0.5.1 -num2words==0.5.5 +num2words==0.5.10 oauthlib==3.1.0 openpyxl==2.6.4 passlib==1.7.2