mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
Merge pull request #1478 from dzmitry-lahoda-forks/patch-1
fix(build-systems): cvxpy, cosmpy, google, pydantic-.. added to build-systems.json
This commit is contained in:
commit
05d2e25e68
1 changed files with 12 additions and 0 deletions
|
@ -3806,6 +3806,9 @@
|
|||
"cose": [
|
||||
"setuptools"
|
||||
],
|
||||
"cosmpy": [
|
||||
"poetry-core"
|
||||
],
|
||||
"cot": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -7159,6 +7162,9 @@
|
|||
"goodwe": [
|
||||
"setuptools"
|
||||
],
|
||||
"google": [
|
||||
"setuptools"
|
||||
],
|
||||
"google-api-core": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -7177,6 +7183,9 @@
|
|||
"google-auth-oauthlib": [
|
||||
"setuptools"
|
||||
],
|
||||
"google-cloud": [
|
||||
"setuptools"
|
||||
],
|
||||
"google-cloud-access-context-manager": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -14048,6 +14057,9 @@
|
|||
"from": "2.0.0"
|
||||
}
|
||||
],
|
||||
"pydantic-extra-types": [
|
||||
"hatchling"
|
||||
],
|
||||
"pydantic-scim": [
|
||||
"setuptools-scm"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue