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