mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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.")
|
starlette.")
|
||||||
(license license:expat)))
|
(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
|
(define-public python-fastapi-csrf-protect
|
||||||
(package
|
(package
|
||||||
(name "python-fastapi-csrf-protect")
|
(name "python-fastapi-csrf-protect")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue