mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: Remove python-fastapi-for-pytorch-lightning.
* gnu/packages/python-web.scm (python-fastapi-for-pytorch-lightning): Remove variable. Change-Id: I5cc49baae28ee512698e2e4e25ed99b3655d653a
This commit is contained in:
parent
0c3e2b357c
commit
c906ed028e
1 changed files with 0 additions and 15 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue