diff options
| author | Andrew Kvalheim <andrew@kvalhe.im> | 2025-08-15 07:15:57 -0700 |
|---|---|---|
| committer | Andrew Kvalheim <andrew@kvalhe.im> | 2025-08-15 07:30:33 -0700 |
| commit | 53ff77e6546572980ebdee2c8d84b464ddb8befc (patch) | |
| tree | 88008b448294131e5ceb368e65f6d19a8a9cf669 /pkgs/development/python-modules/python-openstackclient | |
| parent | fbcf476f790d8a217c3eab4e12033dc4a0f6d23c (diff) | |
python3Packages.busylight-for-humans: add optional dependencies of busyserve
Before:
$ nix-shell --packages 'python3Packages.busylight-for-humans' --run 'busyserve'
The package `uvicorn` is missing, unable to serve the busylight API.
After:
$ nix-shell --packages 'python3Packages.busylight-for-humans.overridePythonAttrs (p: { dependencies = p.dependencies ++ p.optional-dependencies.webapi; })' --run 'busyserve'
INFO: Started server process [47202]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
Upstream: https://github.com/JnyJny/busylight/blob/v0.35.2/pyproject.toml#L26
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
0 files changed, 0 insertions, 0 deletions
