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"
|
||||
],
|
||||
"iniconfig": [
|
||||
"setuptools",
|
||||
"setuptools-scm",
|
||||
"hatch-vcs",
|
||||
"hatchling"
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "2.0.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "setuptools-scm",
|
||||
"until": "2.0.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "2.0.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatch-vcs",
|
||||
"from": "2.0.0"
|
||||
}
|
||||
],
|
||||
"inifile": [
|
||||
"setuptools"
|
||||
|
|
Loading…
Add table
Reference in a new issue