mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
overrides for cysimdjson, orjson, minimal-dydb, pydantic-dydb, types-s3transfer
This commit is contained in:
parent
8b8edc85d2
commit
f6293de69e
2 changed files with 13 additions and 0 deletions
|
@ -276,6 +276,9 @@
|
|||
"cysignals": [
|
||||
"cython"
|
||||
],
|
||||
"cysimdjson": [
|
||||
"cython"
|
||||
],
|
||||
"datadog": [
|
||||
"hatchling"
|
||||
],
|
||||
|
@ -728,6 +731,9 @@
|
|||
"metprint": [
|
||||
"poetry-core"
|
||||
],
|
||||
"minimal-dydb": [
|
||||
"poetry-core"
|
||||
],
|
||||
"mkdocs-autorefs": [
|
||||
"pdm-pep517",
|
||||
"poetry"
|
||||
|
@ -1046,6 +1052,9 @@
|
|||
"pydantic": [
|
||||
"cython"
|
||||
],
|
||||
"pydantic-dydb": [
|
||||
"poetry-core"
|
||||
],
|
||||
"pydy": [
|
||||
"cython"
|
||||
],
|
||||
|
@ -1742,6 +1751,9 @@
|
|||
"typical": [
|
||||
"poetry-core"
|
||||
],
|
||||
"types-s3transfer": [
|
||||
"poetry-core"
|
||||
],
|
||||
"typing-extensions": [
|
||||
"flit-core"
|
||||
],
|
||||
|
|
|
@ -1261,6 +1261,7 @@ lib.composeManyExtensions [
|
|||
"3.6.7" = "sha256-sz2k9podPB6QSptkyOu7+BoVTrKhefizRtYU+MICPt4=";
|
||||
"3.6.8" = "sha256-vpfceVtYkU09xszNIihY1xbqGWieqDquxwsAmDH8jd4=";
|
||||
"3.7.2" = "sha256-2U37IhftNYjH7sV7Nh51YpR/WjmPmmzX/aGuHsFgwf4=";
|
||||
"3.7.9" = "sha256-QHzAhjHgm4XLxY2zUdnIsd/WWMI7dJLQQAvTXC+2asQ=";
|
||||
}.${version} or null;
|
||||
in
|
||||
super.orjson.overridePythonAttrs (old: {
|
||||
|
|
Loading…
Add table
Reference in a new issue