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
GitLab 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
Expand sidebar
Merged
#66
: Introduce Poetry
66_poetry
into
dev
Overview
0
Commits
13
Pipelines
3
Changes
11
Merged
#66: Introduce Poetry
Moul
requested to merge
66_poetry
into
dev
Jan 17, 2020
Overview
0
Commits
13
Pipelines
3
Changes
11
0
0
Merge request reports
Compare
dev
version 3
949b3ee2
Feb 3, 2020
version 2
d772134f
Jan 23, 2020
version 1
a5f39585
Jan 17, 2020
dev (base)
and
latest version
latest version
f44302c3
13 commits,
Feb 3, 2020
version 3
949b3ee2
14 commits,
Feb 3, 2020
version 2
d772134f
13 commits,
Jan 23, 2020
version 1
a5f39585
13 commits,
Jan 17, 2020
11 files
+
89
−
174
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
.gitignore
+
5
−
1
View file @ f44302c3
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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