annotate console/pdm.lock @ 10:6b6b1ea0e00d default tip

ok for no window to be focused (untested)
author drewp@bigasterisk.com
date Mon, 13 Mar 2023 19:16:58 -0700
parents 5a99bde7a506
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
1 # This file is @generated by PDM.
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
2 # It is not intended for manual editing.
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
3
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
4 [[package]]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
5 name = "anyio"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
6 version = "3.6.2"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
7 requires_python = ">=3.6.2"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
8 summary = "High level compatibility layer for multiple asynchronous event loop implementations"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
9 dependencies = [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
10 "idna>=2.8",
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
11 "sniffio>=1.1",
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
12 ]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
13
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
14 [[package]]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
15 name = "click"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
16 version = "8.1.3"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
17 requires_python = ">=3.7"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
18 summary = "Composable command line interface toolkit"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
19 dependencies = [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
20 "colorama; platform_system == \"Windows\"",
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
21 ]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
22
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
23 [[package]]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
24 name = "colorama"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
25 version = "0.4.6"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
26 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
27 summary = "Cross-platform colored terminal text."
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
28
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
29 [[package]]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
30 name = "h11"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
31 version = "0.14.0"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
32 requires_python = ">=3.7"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
33 summary = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
34
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
35 [[package]]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
36 name = "idna"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
37 version = "3.4"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
38 requires_python = ">=3.5"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
39 summary = "Internationalized Domain Names in Applications (IDNA)"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
40
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
41 [[package]]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
42 name = "prometheus-client"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
43 version = "0.16.0"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
44 requires_python = ">=3.6"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
45 summary = "Python client for the Prometheus monitoring system."
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
46
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
47 [[package]]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
48 name = "sniffio"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
49 version = "1.3.0"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
50 requires_python = ">=3.7"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
51 summary = "Sniff out which async library your code is running under"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
52
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
53 [[package]]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
54 name = "starlette"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
55 version = "0.26.0.post1"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
56 requires_python = ">=3.7"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
57 summary = "The little ASGI library that shines."
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
58 dependencies = [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
59 "anyio<5,>=3.4.0",
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
60 ]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
61
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
62 [[package]]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
63 name = "starlette-exporter"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
64 version = "0.15.1"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
65 summary = "Prometheus metrics exporter for Starlette applications."
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
66 dependencies = [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
67 "prometheus-client>=0.12",
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
68 "starlette",
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
69 ]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
70
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
71 [[package]]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
72 name = "uvicorn"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
73 version = "0.21.0"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
74 requires_python = ">=3.7"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
75 summary = "The lightning-fast ASGI server."
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
76 dependencies = [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
77 "click>=7.0",
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
78 "h11>=0.8",
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
79 ]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
80
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
81 [metadata]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
82 lock_version = "4.1"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
83 content_hash = "sha256:3b130c72f566859b1db49d162a7f92f47e2dcccf126934033f4857cf83771448"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
84
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
85 [metadata.files]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
86 "anyio 3.6.2" = [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
87 {url = "https://files.pythonhosted.org/packages/77/2b/b4c0b7a3f3d61adb1a1e0b78f90a94e2b6162a043880704b7437ef297cad/anyio-3.6.2-py3-none-any.whl", hash = "sha256:fbbe32bd270d2a2ef3ed1c5d45041250284e31fc0a4df4a5a6071842051a51e3"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
88 {url = "https://files.pythonhosted.org/packages/8b/94/6928d4345f2bc1beecbff03325cad43d320717f51ab74ab5a571324f4f5a/anyio-3.6.2.tar.gz", hash = "sha256:25ea0d673ae30af41a0c442f81cf3b38c7e79fdc7b60335a4c14e05eb0947421"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
89 ]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
90 "click 8.1.3" = [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
91 {url = "https://files.pythonhosted.org/packages/59/87/84326af34517fca8c58418d148f2403df25303e02736832403587318e9e8/click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
92 {url = "https://files.pythonhosted.org/packages/c2/f1/df59e28c642d583f7dacffb1e0965d0e00b218e0186d7858ac5233dce840/click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
93 ]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
94 "colorama 0.4.6" = [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
95 {url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
96 {url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
97 ]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
98 "h11 0.14.0" = [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
99 {url = "https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
100 {url = "https://files.pythonhosted.org/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03/h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
101 ]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
102 "idna 3.4" = [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
103 {url = "https://files.pythonhosted.org/packages/8b/e1/43beb3d38dba6cb420cefa297822eac205a277ab43e5ba5d5c46faf96438/idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
104 {url = "https://files.pythonhosted.org/packages/fc/34/3030de6f1370931b9dbb4dad48f6ab1015ab1d32447850b9fc94e60097be/idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
105 ]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
106 "prometheus-client 0.16.0" = [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
107 {url = "https://files.pythonhosted.org/packages/5b/8e/6a546e439b4366ab9eab0a736876eb1e1916dd93b4a1fa560ef711d24f8c/prometheus_client-0.16.0-py3-none-any.whl", hash = "sha256:0836af6eb2c8f4fed712b2f279f6c0a8bbab29f9f4aa15276b91c7cb0d1616ab"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
108 {url = "https://files.pythonhosted.org/packages/d0/55/9e34c73e1e490b105b4cd13d08497b1f7cb086a260e4161b7b7c2928b196/prometheus_client-0.16.0.tar.gz", hash = "sha256:a03e35b359f14dd1630898543e2120addfdeacd1a6069c1367ae90fd93ad3f48"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
109 ]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
110 "sniffio 1.3.0" = [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
111 {url = "https://files.pythonhosted.org/packages/c3/a0/5dba8ed157b0136607c7f2151db695885606968d1fae123dc3391e0cfdbf/sniffio-1.3.0-py3-none-any.whl", hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
112 {url = "https://files.pythonhosted.org/packages/cd/50/d49c388cae4ec10e8109b1b833fd265511840706808576df3ada99ecb0ac/sniffio-1.3.0.tar.gz", hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
113 ]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
114 "starlette 0.26.0.post1" = [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
115 {url = "https://files.pythonhosted.org/packages/53/b7/4a3a1e03c14fd9109e38f3dc89b2446e664543b5f9e5bc0a875af349da15/starlette-0.26.0.post1.tar.gz", hash = "sha256:af0e54d08afed70fcbc53ae01e71c9c62c8ab038ff8cfd3f7477bf0f086b5ab4"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
116 {url = "https://files.pythonhosted.org/packages/5b/54/169fef8cf7676c8bd9dbd6af0684eb448cf68ca59ea2979d6a3180ea5ece/starlette-0.26.0.post1-py3-none-any.whl", hash = "sha256:5b80b546ed60d43da45f80113c05ff9f4c44fae95ee884945958eba685c56253"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
117 ]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
118 "starlette-exporter 0.15.1" = [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
119 {url = "https://files.pythonhosted.org/packages/0c/28/5ef1e05bd24984d508e93d4a0319b7f63f8ce5d3c33dd1515507c024f76e/starlette_exporter-0.15.1-py3-none-any.whl", hash = "sha256:24eeaef01f05ef973984704427f6e6a93d468f487b8b26ad77548d963affc9fe"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
120 {url = "https://files.pythonhosted.org/packages/7c/6d/72fbe02fd9dec57c8990f466255082a26a7b298ccf8a6960f79f3286b746/starlette_exporter-0.15.1.tar.gz", hash = "sha256:3bde5d863effb26684210fe016a1ebf2b383efedf21a4b2f28585ec5064f4033"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
121 ]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
122 "uvicorn 0.21.0" = [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
123 {url = "https://files.pythonhosted.org/packages/24/ec/9e3e7c74c342e22dabcf0c6875a40269283f4c8aec2d2f5802b988c570f7/uvicorn-0.21.0-py3-none-any.whl", hash = "sha256:e69e955cb621ae7b75f5590a814a4fcbfb14cb8f44a36dfe3c5c75ab8aee3ad5"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
124 {url = "https://files.pythonhosted.org/packages/7e/81/c817246fad66a4e90153f918710d94f422afdc9285cde039cacbb4dccbca/uvicorn-0.21.0.tar.gz", hash = "sha256:8635a388062222082f4b06225b867b74a7e4ef942124453d4d1d1a5cb3750932"},
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
125 ]