Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
silkaj
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
matograine
silkaj
Commits
d3460116
Commit
d3460116
authored
Jun 08, 2019
by
Moul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[enh] #182: Add pyproject.toml and poetry.lock for Poetry usage
parent
e5741872
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
684 additions
and
0 deletions
+684
-0
poetry.lock
poetry.lock
+643
-0
pyproject.toml
pyproject.toml
+41
-0
No files found.
poetry.lock
0 → 100644
View file @
d3460116
This diff is collapsed.
Click to expand it.
pyproject.toml
0 → 100644
View file @
d3460116
[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.54.3"
click
=
"^7.0"
ipaddress
=
"^1.0"
tabulate
=
"^0.8.3"
texttable
=
"^1.6"
PyNaCl
=
"^1.3"
[tool.poetry.dev-dependencies]
pre-commit
=
"^1.18"
pytest
=
"^5.1"
pytest-cov
=
"^2.7"
pytest-asyncio
=
"^0.10.0"
[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"
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment