Commit b2b49927 by Bjorn Neergaard

chore: use group syntax in pyproject.toml

parent 183fbeab
...@@ -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 = [
......
...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment