Skip to content

Commit

Permalink
Remove superfluous install requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed Mar 27, 2024
1 parent 8148f4e commit fe46401
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ def run(self):

python_requires='>=3.6',
install_requires=(
['colorama', 'importlib_metadata', 'importlib_resources', 'pyyaml',
'verspec'] + more_requires
['colorama', 'importlib_metadata', 'pyyaml', 'verspec'] + more_requires
),
extras_require={
'dev': ['coverage', 'flake8 >= 3.7', 'flake8-quotes', 'lxml',
Expand Down

0 comments on commit fe46401

Please sign in to comment.