Skip to content

Commit

Permalink
Update pyproject.toml deps
Browse files Browse the repository at this point in the history
Using python 3.12 will result into an error because distutils is no longer supported. Downgrading to python 3.10 will solve this issue.

Signed-off-by: SorinAlexB <[email protected]>
  • Loading branch information
SorinAlexB authored and razvand committed Mar 16, 2024
1 parent 414d7ac commit 13d7c51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["OpenCRS"]
version = "0.1.0"

[tool.poetry.dependencies]
python = "^3.12"
python = "^3.10"
angr = "^9.2.24"
docker = "^6.1.2"
click = "^8.1.3"
Expand All @@ -24,6 +24,8 @@ tracer = { git = "https://github.com/angr/tracer.git" }
setuptools = "^65.5.0"
keystone = "^22.0.0"
keystone-engine = "^0.9.2"
commons = {path = "../commons"}
zeratool_lib = {path = "../zeratool_lib"}

[tool.poetry.dev-dependencies]
black = "^22.6.0"
Expand Down

0 comments on commit 13d7c51

Please sign in to comment.