Skip to content

Commit 16c6d30

Browse files
authored
Remove dependencies which were only used for Python < 3.8 since cmd2 2.5.0 now requires Python 3.8+ (#1329)
1 parent 001f455 commit 16c6d30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@
4343
SETUP_REQUIRES = ['setuptools >= 34.4', 'setuptools_scm >= 3.0']
4444

4545
INSTALL_REQUIRES = [
46-
'importlib_metadata>=1.6.0;python_version<"3.8"',
4746
'pyperclip >= 1.6',
48-
'typing_extensions; python_version<"3.8"',
4947
'wcwidth >= 0.1.7',
5048
]
5149

0 commit comments

Comments
 (0)