diff --git a/setup.py b/setup.py index 47a89df..53602d5 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ py_modules=['renfe-cli'], include_package_data=True, install_requires=[ - 'setuptools<58.2.0', + 'setuptools<58.3.0', 'beautifulsoup4==4.10.0', 'html5lib==1.1', 'selenium==3.141.0',