Skip to content

Commit

Permalink
Added comment explaining versions in pyproject.toml
Browse files Browse the repository at this point in the history
versions for apsw and lief are being overriden by Nix.
Added a helpful comment in pyproject.toml to describe this.
  • Loading branch information
fzakaria committed Sep 18, 2023
1 parent 0983953 commit 87f44d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87f44d5

Please sign in to comment.