Skip to content

Commit 7f2dd11

Browse files
author
Yuki I
committed
feat: add plugins to dependencies
Signed-off-by: Yuki I <omoge.real@gmail.com>
1 parent a52d99b commit 7f2dd11

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ ursa-bbs-signatures = { version = "~1.0.1", optional = true }
6868
didcomm-messaging = { version = "^0.1.1a0", optional = true }
6969
canonicaljson = "^2.0.0"
7070

71+
# Plugins
72+
basicmessage_storage = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy" }
73+
connection_update = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy" }
74+
connections = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy" }
75+
multitenant_provider = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy" }
76+
rpc = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy" }
77+
traction_innkeeper = { git = "https://github.com/MonolithicMonk/acapy-plugins.git", branch = "dacapy" }
78+
7179
[tool.poetry.group.dev.dependencies]
7280
# Sync with version in .pre-commit-config.yaml and .github/workflows/format.yml
7381
ruff = "~0.11.4"
@@ -85,6 +93,8 @@ pytest-cov = "^6.0.0"
8593
pytest-ruff = "^0.4.1"
8694
pytest-xdist = "^3.6.1"
8795
debugpy = "^1.8.11"
96+
watchdog = "^6.0.0"
97+
watchfiles = "^1.0.4"
8898

8999
[tool.poetry.extras]
90100
bbs = ["ursa-bbs-signatures"]

0 commit comments

Comments
 (0)