File tree 1 file changed +10
-0
lines changed 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,14 @@ ursa-bbs-signatures = { version = "~1.0.1", optional = true }
68
68
didcomm-messaging = { version = " ^0.1.1a0" , optional = true }
69
69
canonicaljson = " ^2.0.0"
70
70
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
+
71
79
[tool .poetry .group .dev .dependencies ]
72
80
# Sync with version in .pre-commit-config.yaml and .github/workflows/format.yml
73
81
ruff = " ~0.11.4"
@@ -85,6 +93,8 @@ pytest-cov = "^6.0.0"
85
93
pytest-ruff = " ^0.4.1"
86
94
pytest-xdist = " ^3.6.1"
87
95
debugpy = " ^1.8.11"
96
+ watchdog = " ^6.0.0"
97
+ watchfiles = " ^1.0.4"
88
98
89
99
[tool .poetry .extras ]
90
100
bbs = [" ursa-bbs-signatures" ]
You can’t perform that action at this time.
0 commit comments