Skip to content

Commit

Permalink
Remove dependency on private cryptography.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Oct 8, 2024
1 parent 805698e commit 8d88010
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ license = { file = "LICENSE" }
authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }]
dependencies = [
"maturin>=1.7,<2.0",
# TODO(dm) Change me once this is merged upstream
"cryptography @ git+https://github.com/trail-of-forks/cryptography.git@dc667c173ad9e43e859756c0af45c9e5296441ee"
"cryptography"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 8d88010

Please sign in to comment.