mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
Merge pull request #1611 from takeda/patch-1
mockito: setuptools -> hatchling
This commit is contained in:
commit
1a3c099885
1 changed files with 8 additions and 2 deletions
|
@ -11896,8 +11896,14 @@
|
|||
"setuptools-scm"
|
||||
],
|
||||
"mockito": [
|
||||
"hatchling",
|
||||
"setuptools"
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "1.5.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "1.5.0"
|
||||
}
|
||||
],
|
||||
"mockupdb": [
|
||||
"setuptools"
|
||||
|
|
Loading…
Add table
Reference in a new issue