We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26a4bd commit 9b51ba4Copy full SHA for 9b51ba4
pyproject.toml
@@ -5,7 +5,6 @@ description = "CAPE: Malware Configuration And Payload Extraction"
5
authors = ["Kevin O'Reilly <kev@capesandbox.com>", "doomedraven <doomedraven@capesandbox.com>"]
6
license = "MIT"
7
package-mode = false
8
-requires-poetry = ">=2.0"
9
10
[tool.poetry.dependencies]
11
python = ">=3.10, <4.0"
@@ -139,6 +138,7 @@ asyncio_mode = "auto"
139
138
[build-system]
140
requires = ["poetry-core>=1.0.0"]
141
build-backend = "poetry.core.masonry.api"
+requires-poetry = ">=2.0"
142
143
[tool.ruff]
144
line-length = 132
0 commit comments