Skip to content

Commit

Permalink
Merge pull request #1378 from Kiskae/patch-1
Browse files Browse the repository at this point in the history
overrides: add dynaconf, quart-flask-patch; fix aiofiles
  • Loading branch information
adisbladis authored Oct 27, 2023
2 parents f13541a + 85f91c2 commit 365879d
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,18 @@
"setuptools"
],
"aiofiles": [
"poetry-core",
"setuptools"
{
"buildSystem": "poetry-core",
"until": "23.2.0"
},
{
"buildSystem": "setuptools",
"until": "23.2.0"
},
{
"buildSystem": "hatchling",
"from": "23.2.0"
}
],
"aioflo": [
"poetry-core",
Expand Down Expand Up @@ -5354,6 +5364,9 @@
"dyn": [
"setuptools"
],
"dynaconf": [
"setuptools"
],
"dynalite-devices": [
"setuptools"
],
Expand Down Expand Up @@ -17183,6 +17196,9 @@
"quart-cors": [
"poetry-core"
],
"quart-flask-patch": [
"poetry-core"
],
"querystring-parser": [
"setuptools"
],
Expand Down

0 comments on commit 365879d

Please sign in to comment.