summaryrefslogtreecommitdiff
path: root/dev-python/isort/files/isort-5.13.0-poetry.patch
blob: 31baa2ec08f82465fdf72a7d849863b1e46b9dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/pyproject.toml b/pyproject.toml
index ae539490..11e229ad 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,11 +41,6 @@ include = [
 
 [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"]