mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
fix: iniconfig <2.0.0
This commit is contained in:
parent
ac30ce25a6
commit
2d4026bde2
1 changed files with 16 additions and 4 deletions
|
@ -6896,10 +6896,22 @@
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
"iniconfig": [
|
"iniconfig": [
|
||||||
"setuptools",
|
{
|
||||||
"setuptools-scm",
|
"buildSystem": "setuptools",
|
||||||
"hatch-vcs",
|
"until": "2.0.0"
|
||||||
"hatchling"
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "setuptools-scm",
|
||||||
|
"until": "2.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "hatchling",
|
||||||
|
"from": "2.0.0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "hatch-vcs",
|
||||||
|
"from": "2.0.0"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"inifile": [
|
"inifile": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
|
|
Loading…
Add table
Reference in a new issue