diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-04 21:30:47 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:35 +0100 |
commit | c906ed028e46136b4f2eed909ed0537a871252af (patch) | |
tree | ebdff622dfc0246d5df862715c309f4894aa4a36 | |
parent | 0c3e2b357c91604a2de7389cda0bf96d527e060d (diff) |
gnu: Remove python-fastapi-for-pytorch-lightning.
* gnu/packages/python-web.scm (python-fastapi-for-pytorch-lightning): Remove
variable.
Change-Id: I5cc49baae28ee512698e2e4e25ed99b3655d653a
-rw-r--r-- | gnu/packages/python-web.scm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 27e2a51d67..4c307b5035 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -9896,21 +9896,6 @@ and FastAPI.") starlette.") (license license:expat))) -(define-public python-fastapi-for-pytorch-lightning - (package - (inherit python-fastapi) - (name "python-fastapi") - (version "0.88.0") - (source (origin - (method url-fetch) - (uri (pypi-uri "fastapi" version)) - (sha256 - (base32 - "00pznprvjvrkiqcvn0ksz1pq5n2cgmxhk0gc0mb7q3ha302g6nwi")))) - (propagated-inputs - (modify-inputs (package-propagated-inputs python-fastapi) - (replace "python-starlette" python-starlette-for-fastapi-0.88))))) - (define-public python-fastapi-csrf-protect (package (name "python-fastapi-csrf-protect") |