Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp authored Dec 23, 2023
1 parent d825526 commit 5df1161
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 @@ -49,7 +49,7 @@ def find_version(*parts):
],
install_requires=[
"tomli >= 1.1.0; python_version < '3.11'",
"pathspec >= 0.12.1; python_version >= '3.8'",
"pathspec >= 0.12.1",
],
entry_points={"console_scripts": ["vulture = vulture.core:main"]},
python_requires=">=3.8",
Expand Down

0 comments on commit 5df1161

Please sign in to comment.