mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
more build systems
This commit is contained in:
parent
583b4ddef7
commit
86b8da2998
1 changed files with 24 additions and 0 deletions
|
@ -3977,6 +3977,10 @@
|
|||
"setuptools-scm"
|
||||
],
|
||||
"docformatter": [
|
||||
{
|
||||
"buildSystem": "poetry-core",
|
||||
"from": "1.5.0"
|
||||
},
|
||||
"setuptools"
|
||||
],
|
||||
"docker": [
|
||||
|
@ -7198,6 +7202,10 @@
|
|||
"setuptools"
|
||||
],
|
||||
"jupyter-core": [
|
||||
{
|
||||
"buildSystem": "hatchling",
|
||||
"from": "4.11.0"
|
||||
},
|
||||
"setuptools"
|
||||
],
|
||||
"jupyter-lsp": [
|
||||
|
@ -8243,6 +8251,9 @@
|
|||
"migen": [
|
||||
"setuptools"
|
||||
],
|
||||
"mike": [
|
||||
"setuptools"
|
||||
],
|
||||
"milc": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -8326,6 +8337,9 @@
|
|||
"mkdocs-gen-files": [
|
||||
"poetry"
|
||||
],
|
||||
"mkdocs-git-revision-date-localized-plugin": [
|
||||
"setuptools"
|
||||
],
|
||||
"mkdocs-gitlab": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -8339,6 +8353,9 @@
|
|||
"mkdocs-macros": [
|
||||
"setuptools"
|
||||
],
|
||||
"mkdocs-macros-plugin": [
|
||||
"setuptools"
|
||||
],
|
||||
"mkdocs-material": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -8354,6 +8371,9 @@
|
|||
"mkdocs-swagger-ui-tag": [
|
||||
"setuptools"
|
||||
],
|
||||
"mkdocs-table-reader-plugin": [
|
||||
"setuptools"
|
||||
],
|
||||
"mkdocstrings": [
|
||||
"pdm-pep517",
|
||||
"setuptools"
|
||||
|
@ -13725,6 +13745,7 @@
|
|||
"setuptools"
|
||||
],
|
||||
"pyzmq": [
|
||||
"packaging",
|
||||
"setuptools"
|
||||
],
|
||||
"pyzufall": [
|
||||
|
@ -17087,6 +17108,9 @@
|
|||
"versiontools": [
|
||||
"setuptools"
|
||||
],
|
||||
"verspec": [
|
||||
"setuptools"
|
||||
],
|
||||
"vertica-python": [
|
||||
"setuptools"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue