Skip to content

Commit 9b51ba4

Browse files
authored
Fix (#2680)
1 parent b26a4bd commit 9b51ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description = "CAPE: Malware Configuration And Payload Extraction"
55
authors = ["Kevin O'Reilly <[email protected]>", "doomedraven <[email protected]>"]
66
license = "MIT"
77
package-mode = false
8-
requires-poetry = ">=2.0"
98

109
[tool.poetry.dependencies]
1110
python = ">=3.10, <4.0"
@@ -139,6 +138,7 @@ asyncio_mode = "auto"
139138
[build-system]
140139
requires = ["poetry-core>=1.0.0"]
141140
build-backend = "poetry.core.masonry.api"
141+
requires-poetry = ">=2.0"
142142

143143
[tool.ruff]
144144
line-length = 132

0 commit comments

Comments
 (0)