mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-08 10:41:41 -05:00
Merge pull request #1274 from jhh/build-systems-argon2
build-systems: update argon2-cffi
This commit is contained in:
commit
664b34ba60
1 changed files with 20 additions and 2 deletions
|
@ -924,8 +924,26 @@
|
|||
"setuptools"
|
||||
],
|
||||
"argon2-cffi": [
|
||||
"flitBuildHook",
|
||||
"setuptools"
|
||||
{
|
||||
"buildSystem": "flitBuildHook",
|
||||
"until": "23.1.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "setuptools",
|
||||
"until": "23.1.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "23.1.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatch-fancy-pypi-readme",
|
||||
"from": "23.1.0"
|
||||
},
|
||||
{
|
||||
"buildSystem": "hatch-vcs",
|
||||
"from": "23.1.0"
|
||||
}
|
||||
],
|
||||
"argon2-cffi-bindings": [
|
||||
"setuptools",
|
||||
|
|
Loading…
Add table
Reference in a new issue