We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001f455 commit 16c6d30Copy full SHA for 16c6d30
1 file changed
setup.py
@@ -43,9 +43,7 @@
43
SETUP_REQUIRES = ['setuptools >= 34.4', 'setuptools_scm >= 3.0']
44
45
INSTALL_REQUIRES = [
46
- 'importlib_metadata>=1.6.0;python_version<"3.8"',
47
'pyperclip >= 1.6',
48
- 'typing_extensions; python_version<"3.8"',
49
'wcwidth >= 0.1.7',
50
]
51
0 commit comments