Mercurial > code > home > repos > front-door-display
comparison pdm.lock @ 10:1e0b5907b16e
starlette deps
author | drewp@bigasterisk.com |
---|---|
date | Thu, 06 Jun 2024 14:46:07 -0700 |
parents | b46679798c51 |
children | 6960c172f1a9 |
comparison
equal
deleted
inserted
replaced
9:315f79d04c75 | 10:1e0b5907b16e |
---|---|
3 | 3 |
4 [metadata] | 4 [metadata] |
5 groups = ["default"] | 5 groups = ["default"] |
6 strategy = ["cross_platform", "inherit_metadata"] | 6 strategy = ["cross_platform", "inherit_metadata"] |
7 lock_version = "4.4.1" | 7 lock_version = "4.4.1" |
8 content_hash = "sha256:b46d6d870590cc22b15b3d7462f52a1f845472c163aaaf842aafbec21b69ff75" | 8 content_hash = "sha256:969b831fb9c42615e8bd3edf223695a4f46293d729d59649fbc0d4682f1910c3" |
9 | 9 |
10 [[package]] | 10 [[package]] |
11 name = "aioesphomeapi" | 11 name = "aioesphomeapi" |
12 version = "21.0.2" | 12 version = "21.0.2" |
13 requires_python = ">=3.9" | 13 requires_python = ">=3.9" |
746 {file = "sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2"}, | 746 {file = "sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2"}, |
747 {file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"}, | 747 {file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"}, |
748 ] | 748 ] |
749 | 749 |
750 [[package]] | 750 [[package]] |
751 name = "sse-starlette" | |
752 version = "2.0.0" | |
753 requires_python = ">=3.8" | |
754 summary = "SSE plugin for Starlette" | |
755 groups = ["default"] | |
756 dependencies = [ | |
757 "anyio", | |
758 "starlette", | |
759 "uvicorn", | |
760 ] | |
761 files = [ | |
762 {file = "sse_starlette-2.0.0-py3-none-any.whl", hash = "sha256:c4dd134302cb9708d47cae23c365fe0a089aa2a875d2f887ac80f235a9ee5744"}, | |
763 {file = "sse_starlette-2.0.0.tar.gz", hash = "sha256:0c43cc43aca4884c88c8416b65777c4de874cc4773e6458d3579c0a353dc2fb7"}, | |
764 ] | |
765 | |
766 [[package]] | |
751 name = "starlette" | 767 name = "starlette" |
752 version = "0.35.1" | 768 version = "0.35.1" |
753 requires_python = ">=3.8" | 769 requires_python = ">=3.8" |
754 summary = "The little ASGI library that shines." | 770 summary = "The little ASGI library that shines." |
755 groups = ["default"] | 771 groups = ["default"] |