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
Merge requests
!115
Poetry v1.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Poetry v1.1
poetry_v1.1
into
dev
Overview
0
Commits
3
Pipelines
3
Changes
2
Merged
Moul
requested to merge
poetry_v1.1
into
dev
4 years ago
Overview
0
Commits
3
Pipelines
3
Changes
2
Expand
Upgrade to Poetry v1.1.x requirement
Update dependencies
Readme: Update dependencies list
silkaj#313 (closed)
Edited
4 years ago
by
Moul
0
0
Merge request reports
Compare
dev
version 1
2deb5774
4 years ago
dev (base)
and
latest version
latest version
13bf5da5
3 commits,
4 years ago
version 1
2deb5774
2 commits,
4 years ago
2 files
+
17
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
README.md
+
7
−
4
Options
@@ -18,10 +18,13 @@ This library is used by two clients:
## Requirements
-
Python >= 3.6.8
-
[
aiohttp >= 3.6.1
](
https://pypi.org/pypi/aiohttp
)
-
[
libnacl
](
https://pypi.org/pypi/libnacl
)
-
[
base58
](
https://pypi.org/pypi/base58
)
-
[
attr
](
https://pypi.org/project/attr/
)
-
[
aiohttp >= 3.6.3
](
https://pypi.org/project/aiohttp
)
-
[
jsonschema
](
https://pypi.org/project/jsonschema
)
-
[
pyPEG2
](
https://pypi.org/project/pyPEG2
)
-
[
attrs
](
https://pypi.org/project/attrs
)
-
[
base58
](
https://pypi.org/project/base58
)
-
[
libnacl
](
https://pypi.org/project/libnacl
)
-
[
pyaes
](
https://pypi.org/project/pyaes
)
## Installation
You can install DuniterPy and its dependencies with the following command:
Loading