From 8d88010bfe3c8bcab60f173af625a129eed57d93 Mon Sep 17 00:00:00 2001 From: Alexis Date: Tue, 8 Oct 2024 18:22:18 +0200 Subject: [PATCH] Remove dependency on private cryptography. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5a23b4a..6ce9d2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]