pythonPackages.starlette: 0.14.1 -> 0.13.8, fastapi is incompatible with 0.14.X

This commit is contained in:
Sandro Jäckel
2021-01-07 10:42:17 +01:00
parent b6cc16250e
commit 83fcae70de
2 changed files with 9 additions and 7 deletions
+3 -1
View File
@@ -7186,7 +7186,9 @@ in {
stack-data = callPackage ../development/python-modules/stack-data { };
starlette = callPackage ../development/python-modules/starlette { };
starlette = callPackage ../development/python-modules/starlette {
inherit (pkgs.darwin.apple_sdk.frameworks) ApplicationServices;
};
staticjinja = callPackage ../development/python-modules/staticjinja { };