Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
b2b49927
Commit
b2b49927
authored
Aug 31, 2022
by
Bjorn Neergaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: use group syntax in pyproject.toml
parent
183fbeab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
poetry.lock
+1
-1
pyproject.toml
+1
-1
No files found.
poetry.lock
View file @
b2b49927
...
@@ -931,7 +931,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
...
@@ -931,7 +931,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
[metadata]
lock-version = "1.1"
lock-version = "1.1"
python-versions = "^3.7"
python-versions = "^3.7"
content-hash = "
b4c7bf3c7add139eab6047dd4953451fbc8cacf9f2ec516c1b96c51e7663709a
"
content-hash = "
993e76b1334c28db52f3f8e8af2cfcd635431a71f505860073f6917cf170bc8d
"
[metadata.files]
[metadata.files]
atomicwrites = [
atomicwrites = [
...
...
pyproject.toml
View file @
b2b49927
...
@@ -71,7 +71,7 @@ xattr = { version = "^0.9.7", markers = "sys_platform == 'darwin'" }
...
@@ -71,7 +71,7 @@ xattr = { version = "^0.9.7", markers = "sys_platform == 'darwin'" }
urllib3
=
"^1.26.0"
urllib3
=
"^1.26.0"
dulwich
=
"^0.20.44"
dulwich
=
"^0.20.44"
[tool.poetry.
dev-
dependencies]
[tool.poetry.
group.dev.
dependencies]
pytest
=
"^7.1"
pytest
=
"^7.1"
pytest-cov
=
"^3.0"
pytest-cov
=
"^3.0"
pytest-mock
=
"^3.5"
pytest-mock
=
"^3.5"
...
...
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