Merge pull request #542 from cpcloud/build-systems

Add more build systems overrides
This commit is contained in:
adisbladis 2022-02-02 07:57:32 +12:00 committed by GitHub
commit 1e91b23606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -429,6 +429,12 @@
"json-schema-for-humans": [ "json-schema-for-humans": [
"poetry-core" "poetry-core"
], ],
"jupyter-server": [
"jupyter-packaging"
],
"jupyterlab": [
"jupyter-packaging"
],
"keystoneauth1": [ "keystoneauth1": [
"pbr" "pbr"
], ],
@ -495,9 +501,6 @@
"matrix-nio": [ "matrix-nio": [
"poetry-core" "poetry-core"
], ],
"metprint": [
"poetry-core"
],
"mcstatus": [ "mcstatus": [
"poetry-core" "poetry-core"
], ],
@ -514,6 +517,18 @@
"memory-allocator": [ "memory-allocator": [
"cython" "cython"
], ],
"metprint": [
"poetry-core"
],
"mkdocs-autorefs": [
"poetry"
],
"mkdocs-jupyter": [
"poetry-core"
],
"mkdocstrings": [
"pdm-pep517"
],
"mock": [ "mock": [
"pbr" "pbr"
], ],
@ -550,6 +565,9 @@
"nats-python": [ "nats-python": [
"poetry-core" "poetry-core"
], ],
"nbclassic": [
"jupyter-packaging"
],
"netcdf4": [ "netcdf4": [
"cython" "cython"
], ],
@ -909,6 +927,9 @@
"pytile": [ "pytile": [
"poetry-core" "poetry-core"
], ],
"pytkdocs": [
"pdm-pep517"
],
"pytzdata": [ "pytzdata": [
"poetry" "poetry"
], ],