Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove unused dependency requirementslib
  • Loading branch information
DanielNoord committed Oct 6, 2025
commit 31b5436812336d2776808c523b51a7ae58960cd7
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ isort-identify-imports = "isort.main:identify_imports_main"
[project.entry-points."distutils.commands"]
isort = "isort.setuptools_commands:ISortCommand"

[project.entry-points."pylama.linter"]
isort = "isort.pylama_isort:Linter"

[project.optional-dependencies]
colors = ["colorama"]
plugins = ["setuptools"]
Expand Down Expand Up @@ -140,10 +137,8 @@ dev = [
"pipreqs>=0.4.9",
"portray>=1.8.0",
"pre-commit>=2.13.0",
"pylama>=7.7",
"pytest>=7.4.2",
"pytest-benchmark>=3.4.1",
"requirementslib>=1.5",
"ruff>=0.9.6",
"stdlibs>=2024.10.21.16",
"toml>=0.10.2",
Expand Down
Loading