Skip to content

Commit

Permalink
Remove dependencies which were only used for Python < 3.8 since cmd2 …
Browse files Browse the repository at this point in the history
…2.5.0 now requires Python 3.8+
  • Loading branch information
tleonhardt committed Oct 6, 2024
1 parent 001f455 commit 72d5730
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]

Expand Down

0 comments on commit 72d5730

Please sign in to comment.