Skip to content

Commit

Permalink
Make indy-vdr library required
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Dec 2, 2024
1 parent 09f80f3 commit cdabab6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 2 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ indy-credx = "~1.1.1"
anoncreds = "0.2.0"

# askar
aries-askar = { version = "~0.3.2", optional = true }
indy-vdr = { version = "~0.4.0", optional = true }
aries-askar = "~0.3.2"

# indy
indy-vdr = "~0.4.0"

# bbs
ursa-bbs-signatures = { version = "~1.0.1", optional = true }
Expand Down Expand Up @@ -88,7 +90,6 @@ pytest-xdist = "^3.6.1"
debugpy = "^1.8.9"

[tool.poetry.extras]
askar = ["aries-askar", "indy-vdr"]
bbs = ["ursa-bbs-signatures"]
didcommv2 = ["didcomm-messaging"]

Expand Down

0 comments on commit cdabab6

Please sign in to comment.