mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.fastapi: set strictDeps & __structuredAttrs
This commit is contained in:
@@ -42,6 +42,8 @@ buildPythonPackage (finalAttrs: {
|
||||
pname = "fastapi";
|
||||
version = "0.139.0";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tiangolo";
|
||||
|
||||
Reference in New Issue
Block a user