Merge pull request #1274 from jhh/build-systems-argon2

build-systems: update argon2-cffi
This commit is contained in:
adisbladis 2023-08-22 18:04:08 +00:00 committed by GitHub
commit 664b34ba60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",