Skip to content

Commit

Permalink
Small refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Hale <[email protected]>
  • Loading branch information
jamshale committed Sep 23, 2024
1 parent f0a6100 commit e582674
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion aries_cloudagent/config/default_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ async def load_plugins(self, context: InjectionContext):
plugin_registry.register_package("aries_cloudagent.protocols")

# Currently providing admin routes only
plugin_registry.register_plugin("aries_cloudagent.did.tdw")
plugin_registry.register_plugin("aries_cloudagent.holder")
plugin_registry.register_plugin("aries_cloudagent.ledger")
plugin_registry.register_plugin("aries_cloudagent.messaging.jsonld")
Expand All @@ -140,6 +139,9 @@ async def load_plugins(self, context: InjectionContext):
plugin_registry.register_plugin("aries_cloudagent.vc")
plugin_registry.register_plugin("aries_cloudagent.wallet")

# Did management plugins
plugin_registry.register_plugin("aries_cloudagent.did.tdw")

anoncreds_plugins = [
"aries_cloudagent.anoncreds",
"aries_cloudagent.anoncreds.default.did_indy",
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ requests="~2.32.3"
rlp="4.0.1"
unflatten="~0.2"
sd-jwt = "^0.10.3"
did-peer-2 = "^0.1.2"
did-peer-4 = "^0.1.4"
uuid_utils = "^0.9.0"

# did libraries
did-peer-2 = "^0.1.2"
did-peer-4 = "^0.1.4"
did-tdw = "^0.1.0"


# askar
aries-askar= { version = "~0.3.2", optional = true }
indy-credx= { version = "~1.1.1", optional = true }
Expand Down

0 comments on commit e582674

Please sign in to comment.