python3Packages.fastapi-cli: 0.0.20 -> 0.0.24
Diff: https://github.com/fastapi/fastapi-cli/compare/0.0.20...0.0.24 Changelog: https://github.com/fastapi/fastapi-cli/releases/tag/0.0.24
This commit is contained in:
committed by
Martin Weinelt
parent
01204a518c
commit
c04487ac16
@@ -15,14 +15,14 @@
|
||||
let
|
||||
self = buildPythonPackage rec {
|
||||
pname = "fastapi-cli";
|
||||
version = "0.0.20";
|
||||
version = "0.0.24";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fastapi";
|
||||
repo = "fastapi-cli";
|
||||
tag = version;
|
||||
hash = "sha256-RTxu6WmKmGMVsQ2izd8j8P+gGbXV91gVjb95JC52e8Q=";
|
||||
hash = "sha256-LEo8to1mspauTMCQ5Zf6znG0ALqF5XtauPar5bqN6/Q=";
|
||||
};
|
||||
|
||||
build-system = [ pdm-backend ];
|
||||
@@ -37,6 +37,11 @@ let
|
||||
optional-dependencies = {
|
||||
standard = [
|
||||
uvicorn
|
||||
# FIXME package fastapi-cloud-cli
|
||||
]
|
||||
++ uvicorn.optional-dependencies.standard;
|
||||
standard-no-fastapi-cloud-cli = [
|
||||
uvicorn
|
||||
]
|
||||
++ uvicorn.optional-dependencies.standard;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user