-
Notifications
You must be signed in to change notification settings - Fork 2
/
pyproject.toml
30 lines (26 loc) · 920 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[tool.poetry]
name = "acapy_wallet_groups_plugin"
version = "1.2.0-20241205"
description = "Agent plugin to add a group id to a wallet"
authors = ["Berend Sliedrecht <berend@animo.id>"]
packages = [{ include = "acapy_wallet_groups_plugin" }]
repository = "https://github.com/didx-xyz/acapy-wallet-groups-plugin"
[tool.poetry.dependencies]
python = ">=3.12.0,<4.0.0"
acapy-agent-didx = { version = "1.2.0-20241205", source = "testpypi" }
indy-vdr = "~0.4.0"
indy-credx = "~1.1.1"
anoncreds = { version = "0.2.0", allow-prereleases = true }
aiohttp = "^3.9.4"
marshmallow = "^3.20.2"
[tool.poetry.dev-dependencies]
pytest = "^8.2.0"
pytest-cov = "^5.0.0"
aries-askar-ff137 = { version = "==0.3.3b0", source = "testpypi" }
[build-system]
requires = ["poetry-core>=1.7.0"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
priority = "supplemental"