diff --git a/pyproject.toml b/pyproject.toml index d0d6b62..5a36ba3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,12 +5,13 @@ authors = ["OpenCRS"] version = "0.1.0" [tool.poetry.dependencies] -python = "^3.12" +python = "^3.10" pycparser = "^2.21" pyelftools = "^0.28" docker = "^6.1.2" rich = "^12.5.1" click = "^8.1.3" +commons = {path = "../commons"} [tool.poetry.dev-dependencies] black = "^22.6.0"