From d104c8b0606e231bca85eb8d8553cdaf69a2f619 Mon Sep 17 00:00:00 2001 From: Antonio Date: Thu, 20 Jan 2022 12:28:51 +0100 Subject: [PATCH] Use working version of googletrans v3.0.0 is affted by this bug not still solved https://github.com/ssut/py-googletrans/issues/280 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 023ec2c..0d71c48 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,10 +12,10 @@ license_files = LICENSE classifiers = License :: OSI Approved :: MIT License [options] package_dir = - =src + =src packages = find: install_requires = - googletrans>=3.0.0,<4 + googletrans>=3.1.a0,<4 include_package_data = True [options.packages.find] where = src