forked from hyperledger-archives/aries-acapy-plugin-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
50 lines (46 loc) · 1.36 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[tool.poetry]
name = "aries-acapy-plugin-toolbox"
version = "0.2.0"
description = "Aries Cloud Agent - Python Plugin for Aries Toolbox"
authors = [
"Daniel Bluhm <dbluhm@pm.me>",
"Sam Curren <telegramsam@gmail.com>",
"Adam Burdett <burdettadam@gmail.com>",
"Mike Lodder",
"Char Howland <char@indicio.tech",
"Matthew Wright <matthew@indicio.tech"
]
maintainers = [
"Daniel Bluhm <dbluhm@pm.me>",
"Matthew Wright <matthew@indicio.tech",
"Char Howland <char@indicio.tech>"
]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/hyperledger/aries-acapy-plugin-toolbox"
repository = "https://github.com/hyperledger/aries-acapy-plugin-toolbox"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent"
]
packages = [
{ include = "acapy_plugin_toolbox" }
]
[tool.poetry.dependencies]
python = "^3.6.9"
marshmallow = "3.5.1"
python-dateutil = "^2.8.1"
aries-cloudagent = {version = "^0.7.4", extras = ["indy","askar","bbs"]}
[tool.poetry.dev-dependencies]
pytest = "^6.2.4"