-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpyproject.toml
45 lines (42 loc) · 1.07 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
[tool.poetry]
name = "remme"
version = "0.6.0-alpha"
description = "Distributed Public Key Infrastructure (PKI) protocol"
license = "Apache-2.0"
authors = ["REMME"]
readme = "README.rst"
homepage = "https://remme.io/"
repository = "https://github.com/Remmeauth/remme-core"
documentation = "https://docs.remme.io/"
[tool.poetry.dependencies]
python = "^3.6"
colorlog = "4.0.2"
sawtooth-sdk = "1.1.3"
sawtooth-signing = "1.1.3"
cryptography = "2.5"
protobuf = "3.6.1"
requests = "2.21.0"
pyOpenSSL = "18.0.0"
aiohttp = "3.4.4"
aiohttp-jinja2 = "1.1.0"
aiohttp-cors = "0.7.0"
aiohttp-json-rpc = "0.11.2"
toml = "0.10.0"
pysha3 = "1.0.2"
# TODO: Migrate to https://github.com/pyca/cryptography/pull/4114 when will be available
ed25519 = "1.4.0"
aiozmq = "0.7.1"
WTForms = "2.2.1"
Werkzeug = "0.14.1"
influxdb = "5.2.1"
[tool.poetry.dev-dependencies]
asynctest = "0.12.2"
pytest = "4.1.1"
pytest-asyncio = "0.10.0"
pytest-cov = "2.6.1"
pytest-mock = "1.10.0"
sphinx = "1.8.3"
sphinx-autobuild = "0.7.1"
sphinx-rtd-theme = "0.4.2"
sphinxcontrib-httpdomain = "1.6.1"
sphinxcontrib-websupport = "1.1.0"