Skip to content
Snippets Groups Projects
Commit 5581fb2e authored by Moul's avatar Moul
Browse files

[enh] #66: Add poetry.lock and pyproject.toml

parent e1beaded
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
[tool]
[tool.poetry]
name = "duniterpy"
version = "0.55.1"
description = "Python library for developers of Duniter clients"
authors = ["inso <insomniak.fr@gmail.com>", "canercandan", "s_b"]
maintainers = ["vit <vit@free.fr>", "Moul <moul@moul.re>"]
readme = "README.rst"
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"]
[tool.poetry.dependencies]
python = "^3.5.3"
aiohttp = "^3.6.1"
pylibscrypt = "^1.8.0"
libnacl = "^1.6.1"
base58 = "^1.0.3"
jsonschema = "^3.0.2"
pypeg2 = "^2.15.2"
attr = "^0.3.1"
pyaes = "^1.6.1"
[tool.poetry.dev-dependencies]
mypy = "^0.730"
pylint = "^2.4.2"
sphinx = "^2.2.0"
sphinx_rtd_theme = "^0.4.3"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"Intended Audience :: Developers",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment