From 23d28ed0e4dc1f1e364aa6b66929bd14b484b0e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emiliano=20Sun=CC=83e=CC=81?= Date: Thu, 14 Nov 2024 14:22:49 -0800 Subject: [PATCH] Removed BBS dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emiliano Suñé --- plugins/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/pyproject.toml b/plugins/pyproject.toml index 2c2ce4781..89945ab4c 100644 --- a/plugins/pyproject.toml +++ b/plugins/pyproject.toml @@ -18,7 +18,6 @@ aries-askar = { version = "~0.3.2" } anoncreds= { version = "0.2.0" } indy-credx = { version = "~1.1.1" } indy-vdr = { version = "~0.4.1" } -ursa-bbs-signatures = { version = "~1.0.1" } python3-indy = { version = "^1.11.1" } [tool.poetry.dev-dependencies]