pyproject.toml 1.40 KiB
[tool.poetry]
name = "silkaj"
version = "0.7.1"
description = "Powerfull, lightweight, and multi-platform command line client written with Python for Duniter’s currencies: Ğ1 and Ğ1-Test."
authors = ["Moul <moul@moul.re>"]
maintainers = ["Moul <moul@moul.re>"]
readme = "README.md"
license = "AGPL-3.0-or-later"
homepage = "https://silkaj.duniter.org"
repository = "https://git.duniter.org/clients/python/silkaj"
documentation = "https://git.duniter.org/clients/python/silkaj/tree/dev/doc"
keywords = ["g1", "duniter", "cryptocurrency", "librecurrency", "RTM"]
[tool.poetry.dependencies]
python = "^3.5.3"
duniterpy = "0.58.0"
click = "^7.0"
ipaddress = "^1.0"
tabulate = "^0.8.3"
texttable = "^1.6"
pendulum = "^2.1.2"
PyNaCl = "^1.3"
[tool.poetry.dev-dependencies]
black = {version = "^20.8b1", python = "^3.6"}
pre-commit = "^1.18"
pytest = "^6.0"
pytest-cov = "^2.7"
pytest-asyncio = "^0.14.0"
asynctest = "^0.13.0"
coverage-badge = "^1.0"
pytest-sugar = "^0.9.2"
[tool.poetry.scripts]
silkaj = "silkaj.cli:cli"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
classifiers = [
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: OS Independent",
"Environment :: Console",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Developers",
"Natural Language :: English"
]