Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make vc libraries mandatory #3356

Merged
merged 3 commits into from
Dec 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make indy-vdr library required
Signed-off-by: jamshale <[email protected]>
jamshale authored and dbluhm committed Dec 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit e34242c11fbd7220867face5d0c5badb2f14f3a3
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
@@ -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 }
@@ -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"]