diff --git a/pyproject.toml b/pyproject.toml index abffe5d..f637323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,9 @@ license = "LICENSE" [tool.poetry.dependencies] python = ">=3.10,<4.0" capstone = "^5.0.1" +# These two packages are being versioned using Nix +# you will want to refer to ./nix/overlay.nix to see the exact versions +# you cannot trust the versions in the poetry.lock file lief = ">=0.13.2" apsw = "^3.43.1.0" # TODO(fzakaria): Would love to specify this as an exact version