Skip to content

Commit 9d2533e

Browse files
author
Yuki I
committed
feat: add plugins to dependencies
1 parent 955657a commit 9d2533e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ didcomm-messaging = { version = "^0.1.1a0", optional = true }
6969
canonicaljson = "^2.0.0"
7070

7171
# Plugins
72-
# basicmessage_storage = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy", subdirectory = "basicmessage_storage" }
73-
# connections = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy", subdirectory = "connections" }
74-
# connection_update = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy", subdirectory = "connection_update" }
75-
# multitenant_provider = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy", subdirectory = "multitenant_provider" }
76-
# rpc = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy", subdirectory = "rpc" }
77-
# traction_innkeeper = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy", subdirectory = "traction_innkeeper" }
72+
basicmessage_storage = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy", subdirectory = "basicmessage_storage" }
73+
connections = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy", subdirectory = "connections" }
74+
connection_update = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy", subdirectory = "connection_update" }
75+
multitenant_provider = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy", subdirectory = "multitenant_provider" }
76+
rpc = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy", subdirectory = "rpc" }
77+
traction_innkeeper = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy", subdirectory = "traction_innkeeper" }
7878

7979
[tool.poetry.group.dev.dependencies]
8080
# Sync with version in .pre-commit-config.yaml and .github/workflows/format.yml

0 commit comments

Comments
 (0)