From 87f44d5966a04586e9fbddbe9bf253be23e65951 Mon Sep 17 00:00:00 2001 From: Farid Zakaria Date: Mon, 18 Sep 2023 16:44:24 +0000 Subject: [PATCH] Added comment explaining versions in pyproject.toml versions for apsw and lief are being overriden by Nix. Added a helpful comment in pyproject.toml to describe this. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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