Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Commits
5581fb2e
Commit
5581fb2e
authored
5 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
[enh]
#66
: Add poetry.lock and pyproject.toml
parent
e1beaded
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
poetry.lock
+613
-0
613 additions, 0 deletions
poetry.lock
pyproject.toml
+43
-0
43 additions, 0 deletions
pyproject.toml
with
656 additions
and
0 deletions
poetry.lock
0 → 100644
+
613
−
0
View file @
5581fb2e
This diff is collapsed.
Click to expand it.
pyproject.toml
0 → 100644
+
43
−
0
View file @
5581fb2e
[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"
,
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment