mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-07 02:01:40 -05:00
Merge pull request #1253 from apeschar/gunicorn-packaging
build-systems: gunicorn requires packaging since 21.0.0
This commit is contained in:
commit
4c764ca6e7
1 changed files with 2 additions and 1 deletions
|
@ -6818,7 +6818,8 @@
|
|||
"setuptools"
|
||||
],
|
||||
"gunicorn": [
|
||||
"setuptools"
|
||||
"setuptools",
|
||||
"packaging"
|
||||
],
|
||||
"guppy3": [
|
||||
"setuptools"
|
||||
|
|
Loading…
Add table
Reference in a new issue