Skip to content

Commit

Permalink
[PR] #325 from nekopsykose: Remove setuptools
Browse files Browse the repository at this point in the history
remove unneeded setuptools dependency
  • Loading branch information
hykilpikonna authored Jul 20, 2024
2 parents 2a01c50 + 5b759e0 commit 6564ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
include_package_data=True,
install_requires=[
# Universal dependencies
'setuptools', 'typing_extensions; python_version < "3.8"',
'typing_extensions; python_version < "3.8"',

# Windows dependencies
'psutil ; platform_system=="Windows"',
Expand Down

0 comments on commit 6564ca7

Please sign in to comment.