diff --git a/setup.py b/setup.py index ce46c17d..749f254a 100755 --- a/setup.py +++ b/setup.py @@ -43,9 +43,7 @@ SETUP_REQUIRES = ['setuptools >= 34.4', 'setuptools_scm >= 3.0'] INSTALL_REQUIRES = [ - 'importlib_metadata>=1.6.0;python_version<"3.8"', 'pyperclip >= 1.6', - 'typing_extensions; python_version<"3.8"', 'wcwidth >= 0.1.7', ]