mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Merge pull request #821 from K900/httpx-override
overrides: update httpx for 0.23.1
This commit is contained in:
commit
063b45e62b
1 changed files with 12 additions and 1 deletions
|
@ -6417,7 +6417,18 @@
|
||||||
"setuptools"
|
"setuptools"
|
||||||
],
|
],
|
||||||
"httpx": [
|
"httpx": [
|
||||||
"setuptools"
|
{
|
||||||
|
"buildSystem": "hatch-fancy-pypi-readme",
|
||||||
|
"from": "0.23.1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "hatchling",
|
||||||
|
"from": "0.23.1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"buildSystem": "setuptools",
|
||||||
|
"until": "0.23.1"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"httpx-auth": [
|
"httpx-auth": [
|
||||||
"setuptools"
|
"setuptools"
|
||||||
|
|
Loading…
Add table
Reference in a new issue