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
!93
#66
: Introduce Poetry
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
#66
: Introduce Poetry
66_poetry
into
dev
Overview
0
Commits
13
Pipelines
3
Changes
11
Merged
Moul
requested to merge
66_poetry
into
dev
5 years ago
Overview
0
Commits
13
Pipelines
3
Changes
11
Expand
0
0
Merge request reports
Compare
dev
version 3
949b3ee2
5 years ago
version 2
d772134f
5 years ago
version 1
a5f39585
5 years ago
dev (base)
and
latest version
latest version
f44302c3
13 commits,
5 years ago
version 3
949b3ee2
14 commits,
5 years ago
version 2
d772134f
13 commits,
5 years ago
version 1
a5f39585
13 commits,
5 years ago
11 files
+
89
−
174
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
.gitignore
+
5
−
1
Options
@@ -41,4 +41,8 @@ docs/duniterpy.*
.mypy_cache
# gitlab pages
/public/
\ No newline at end of file
/public/
# Poetry
# https://python-poetry.org/docs/libraries/#lock-file
poetry.lock
Loading