mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 17:51:40 -05:00
Merge pull request #1147 from NorfairKing/more-buildsystems
This commit is contained in:
commit
e76346580a
1 changed files with 49 additions and 0 deletions
|
@ -1267,6 +1267,7 @@
|
|||
"setuptools"
|
||||
],
|
||||
"autoflake": [
|
||||
"setuptools",
|
||||
"hatchling"
|
||||
],
|
||||
"autograd": [
|
||||
|
@ -3529,6 +3530,9 @@
|
|||
"curve25519-donna": [
|
||||
"setuptools"
|
||||
],
|
||||
"customerio": [
|
||||
"setuptools"
|
||||
],
|
||||
"cvxopt": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -5502,6 +5506,9 @@
|
|||
"flake8-length": [
|
||||
"setuptools"
|
||||
],
|
||||
"flake8-mock": [
|
||||
"setuptools"
|
||||
],
|
||||
"flake8-noqa": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -9211,6 +9218,9 @@
|
|||
"mixer": [
|
||||
"setuptools"
|
||||
],
|
||||
"mixpanel": [
|
||||
"setuptools"
|
||||
],
|
||||
"mizani": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -13415,24 +13425,51 @@
|
|||
"pyramid-chameleon": [
|
||||
"setuptools"
|
||||
],
|
||||
"pyramid-deferred-sqla": [
|
||||
"setuptools"
|
||||
],
|
||||
"pyramid-exclog": [
|
||||
"setuptools"
|
||||
],
|
||||
"pyramid-force-https": [
|
||||
"setuptools"
|
||||
],
|
||||
"pyramid-hawkauth": [
|
||||
"setuptools"
|
||||
],
|
||||
"pyramid-heroku": [
|
||||
"setuptools"
|
||||
],
|
||||
"pyramid-jinja2": [
|
||||
"setuptools"
|
||||
],
|
||||
"pyramid-jwt": [
|
||||
"setuptools"
|
||||
],
|
||||
"pyramid-mako": [
|
||||
"setuptools"
|
||||
],
|
||||
"pyramid-mixpanel": [
|
||||
"setuptools"
|
||||
],
|
||||
"pyramid-multiauth": [
|
||||
"setuptools"
|
||||
],
|
||||
"pyramid-openapi3": [
|
||||
"poetry"
|
||||
],
|
||||
"pyramid-redirect": [
|
||||
"setuptools"
|
||||
],
|
||||
"pyramid-retry": [
|
||||
"setuptools"
|
||||
],
|
||||
"pyramid-splinter": [
|
||||
"setuptools"
|
||||
],
|
||||
"pyramid-tm": [
|
||||
"setuptools"
|
||||
],
|
||||
"pyreadability": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -14161,6 +14198,9 @@
|
|||
"poetry-core",
|
||||
"setuptools"
|
||||
],
|
||||
"pytest-splinter": [
|
||||
"setuptools"
|
||||
],
|
||||
"pytest-subprocess": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -15296,6 +15336,9 @@
|
|||
"rcssmin": [
|
||||
"setuptools"
|
||||
],
|
||||
"rdbms-subsetter": [
|
||||
"setuptools"
|
||||
],
|
||||
"rdflib": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -16478,6 +16521,9 @@
|
|||
"skytemple-ssb-debugger": [
|
||||
"setuptools"
|
||||
],
|
||||
"slack-bolt": [
|
||||
"setuptools"
|
||||
],
|
||||
"slack-sdk": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -19662,6 +19708,9 @@
|
|||
"zope-size": [
|
||||
"setuptools"
|
||||
],
|
||||
"zope-sqlalchemy": [
|
||||
"setuptools"
|
||||
],
|
||||
"zope-testbrowser": [
|
||||
"setuptools"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue