Marcel Telka
2023-12-11 e783101812f11b368635f32d46892fb1bd65027c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
https://github.com/PyCQA/isort/pull/2207
 
--- isort-5.13.0/pyproject.toml.orig
+++ isort-5.13.0/pyproject.toml
@@ -41,11 +41,6 @@
 
 [tool.poetry.dependencies]
 python = ">=3.8.0"
-pipreqs = {version = "*", optional = true}
-requirementslib = {version = "*", optional = true}
-pip-api = {version = "*", optional = true}
-colorama = {version = ">=0.4.6", optional = true}
-setuptools = {version = "*", optional = true}
 
 [tool.poetry.extras]
 colors = ["colorama"]