-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
38 lines (34 loc) · 1.05 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
[tool.poetry]
name = "acapy-mydata-did-protocol"
version = "0.1.14"
description = "ACA-Py plugin for MyData DID DIDComm protcol"
authors = ["George J Padayatti <george.padayatti@igrant.io>"]
license = "License :: OSI Approved :: Apache Software License"
readme = "README.md"
homepage = "https://github.com/decentralised-dataexchange/acapy-mydata-did-protocol"
repository = "https://github.com/decentralised-dataexchange/acapy-mydata-did-protocol"
classifiers = [
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Libraries :: Python Modules"
]
keywords = ["acapy", "aries", "mydata", "ssi"]
packages = [
{ include = "mydata_did" },
]
[tool.poetry.dependencies]
python = "^3.8"
validators = "^0.20.0"
PyJWT = "^2.4.0"
MarkupSafe = "2.0.1"
python3-indy = "^1.16.0"
semver = "^2.13.0"
py-multibase = "^1.0.3"
py-solc-x = "^1.1.1"
[tool.poetry.dev-dependencies]
black = "^22.8.0"
flake8 = "^5.0.4"
autopep8 = "^1.7.0"
pdoc3 = "^0.10.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"