mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -05:00
Merge pull request #792 from SemMulder/add-build-systems
Add some missing build systems
This commit is contained in:
commit
ef89591c71
1 changed files with 9 additions and 0 deletions
|
@ -3925,6 +3925,9 @@
|
|||
"django-treebeard": [
|
||||
"setuptools"
|
||||
],
|
||||
"django-types": [
|
||||
"poetry-core"
|
||||
],
|
||||
"django-versatileimagefield": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -3963,6 +3966,9 @@
|
|||
"djangorestframework-stubs": [
|
||||
"setuptools"
|
||||
],
|
||||
"djangorestframework-types": [
|
||||
"poetry"
|
||||
],
|
||||
"djmail": [
|
||||
"setuptools"
|
||||
],
|
||||
|
@ -15261,6 +15267,9 @@
|
|||
"slugid": [
|
||||
"setuptools"
|
||||
],
|
||||
"slumber": [
|
||||
"setuptools"
|
||||
],
|
||||
"sly": [
|
||||
"setuptools"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue