Skip to content

Commit

Permalink
req: Remove now useless extra dep of isort from dev dependencies
Browse files Browse the repository at this point in the history
The "pyproject" extra dependency has been removed from isort 5.0.0,
which has been released in July 2020. It caused a warning with when a
more recent version was installed:

    $ pip install -r requirements_dev.txt
    [...]
    WARNING: isort 5.13.2 does not provide the extra 'pyproject'
    [...]
  • Loading branch information
dbaty committed May 15, 2024
1 parent 99b3d34 commit 8a1246e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sphinx_rtd_theme

# Quality
check-manifest
isort[pyproject]
isort
pylint
pylint_strict_informational
twine
Expand Down

0 comments on commit 8a1246e

Please sign in to comment.