-
Notifications
You must be signed in to change notification settings - Fork 6
/
pyproject.toml
42 lines (39 loc) · 1.16 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
[tool]
[tool.poetry]
name = "duniterpy"
version = "0.62.0"
description = "Python library for developers of Duniter clients"
authors = ["inso <[email protected]>", "canercandan", "s_b"]
maintainers = ["vit <[email protected]>", "Moul <[email protected]>"]
readme = "README.md"
license = "GPL-3.0-or-later"
homepage = ""
repository = "https://git.duniter.org/clients/python/duniterpy"
documentation = "https://clients.duniter.io/python/duniterpy/index.html"
keywords = ["g1", "duniter", "cryptocurrency", "librecurrency", "library"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"Intended Audience :: Developers",
]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
python = "^3.6.8"
aiohttp = "^3.6.3"
jsonschema = "^3.2.0"
pypeg2 = "^2.15.2"
attrs = "^20.2.0"
base58 = "^2.0.0"
libnacl = "^1.7.2"
pyaes = "^1.6.1"
graphql-core = "^3.1.2"
[tool.poetry.dev-dependencies]
black = "^20.8b1"
mypy = "^0.790"
pylint = "^2.7.2"
sphinx = "^3.2.1"
sphinx_rtd_theme = "^0.5.0"