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

[enh] #182: Add pyproject.toml and poetry.lock for Poetry usage

parent 06cee474
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
[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>", "Tortue <ucoin@tednet.fr>", "cebash <sebastien@da-rocha.net>"]
readme = "README.md"
license = "AGPL-3.0-or-later"
homepage = "https://silkaj.duniter.org"
repository = "https://git.duniter.org/clients/python/silkaj"
keywords = ["g1", "duniter", "cryptocurrency", "librecurrency", "RTM"]
[tool.poetry.dependencies]
python = "^3.5.3"
duniterpy = "^0.54.3"
#duniterpy = { path = "../duniterpy" }
click = "^7.0"
ipaddress = "^1.0"
tabulate = "^0.8.3"
texttable = "^1.6"
PyNaCl = "^1.3"
[tool.poetry.dev-dependencies]
pre-commit = "^1.16"
pytest = "^4.6"
pytest-cov = "^2.7"
pytest-asyncio = "^0.10.0"
#black = {version = "^18.3-alpha.0",allows-prereleases = true}
[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",
"Natural Language :: English"
]
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