Mercurial > code > home > repos > pi_mqtt
annotate pdm.lock @ 2:b7b6d7f1ce56
bg loop now crashes if there's an error
author | drewp@bigasterisk.com |
---|---|
date | Fri, 01 Sep 2023 23:58:24 -0700 |
parents | 3989f073ed9e |
children | f0d549ec5e59 |
rev | line source |
---|---|
0 | 1 # This file is @generated by PDM. |
2 # It is not intended for manual editing. | |
3 | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
4 [metadata] |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
5 groups = ["default"] |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
6 cross_platform = true |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
7 static_urls = false |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
8 lock_version = "4.3" |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
9 content_hash = "sha256:1d9653fd775f507c301780866f84a024003e3a6927646a3337a28a1bd49bb5c1" |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
10 |
0 | 11 [[package]] |
12 name = "anyio" | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
13 version = "4.0.0" |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
14 requires_python = ">=3.8" |
0 | 15 summary = "High level compatibility layer for multiple asynchronous event loop implementations" |
16 dependencies = [ | |
17 "idna>=2.8", | |
18 "sniffio>=1.1", | |
19 ] | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
20 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
21 {file = "anyio-4.0.0-py3-none-any.whl", hash = "sha256:cfdb2b588b9fc25ede96d8db56ed50848b0b649dca3dd1df0b11f683bb9e0b5f"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
22 {file = "anyio-4.0.0.tar.gz", hash = "sha256:f7ed51751b2c2add651e5747c891b47e26d2a21be5d32d9311dfe9692f3e5d7a"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
23 ] |
0 | 24 |
25 [[package]] | |
26 name = "background-loop" | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
27 version = "1.8.0" |
0 | 28 requires_python = ">=3.9" |
29 summary = "" | |
30 dependencies = [ | |
31 "prometheus-client", | |
32 ] | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
33 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
34 {file = "background-loop-1.8.0.tar.gz", hash = "sha256:0cda4f1d341ca3ed7c1dadaf28fde45c567af603b762217b6ffc7a56f701c671"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
35 ] |
0 | 36 |
37 [[package]] | |
38 name = "click" | |
39 version = "8.1.7" | |
40 requires_python = ">=3.7" | |
41 summary = "Composable command line interface toolkit" | |
42 dependencies = [ | |
43 "colorama; platform_system == \"Windows\"", | |
44 ] | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
45 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
46 {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
47 {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
48 ] |
0 | 49 |
50 [[package]] | |
51 name = "colorama" | |
52 version = "0.4.6" | |
53 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" | |
54 summary = "Cross-platform colored terminal text." | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
55 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
56 {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
57 {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
58 ] |
0 | 59 |
60 [[package]] | |
61 name = "h11" | |
62 version = "0.14.0" | |
63 requires_python = ">=3.7" | |
64 summary = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
65 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
66 {file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
67 {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
68 ] |
0 | 69 |
70 [[package]] | |
71 name = "httptools" | |
72 version = "0.6.0" | |
73 requires_python = ">=3.5.0" | |
74 summary = "A collection of framework independent HTTP protocol utils." | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
75 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
76 {file = "httptools-0.6.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:721e503245d591527cddd0f6fd771d156c509e831caa7a57929b55ac91ee2b51"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
77 {file = "httptools-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:274bf20eeb41b0956e34f6a81f84d26ed57c84dd9253f13dcb7174b27ccd8aaf"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
78 {file = "httptools-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:259920bbae18740a40236807915def554132ad70af5067e562f4660b62c59b90"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
79 {file = "httptools-0.6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:03bfd2ae8a2d532952ac54445a2fb2504c804135ed28b53fefaf03d3a93eb1fd"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
80 {file = "httptools-0.6.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:f959e4770b3fc8ee4dbc3578fd910fab9003e093f20ac8c621452c4d62e517cb"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
81 {file = "httptools-0.6.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:6e22896b42b95b3237eccc42278cd72c0df6f23247d886b7ded3163452481e38"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
82 {file = "httptools-0.6.0-cp311-cp311-win_amd64.whl", hash = "sha256:38f3cafedd6aa20ae05f81f2e616ea6f92116c8a0f8dcb79dc798df3356836e2"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
83 {file = "httptools-0.6.0.tar.gz", hash = "sha256:9fc6e409ad38cbd68b177cd5158fc4042c796b82ca88d99ec78f07bed6c6b796"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
84 ] |
0 | 85 |
86 [[package]] | |
87 name = "idna" | |
88 version = "3.4" | |
89 requires_python = ">=3.5" | |
90 summary = "Internationalized Domain Names in Applications (IDNA)" | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
91 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
92 {file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
93 {file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
94 ] |
0 | 95 |
96 [[package]] | |
97 name = "pigpio" | |
98 version = "1.78" | |
99 summary = "Raspberry Pi GPIO module" | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
100 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
101 {file = "pigpio-1.78-py2.py3-none-any.whl", hash = "sha256:81e46f640c4e6342881fa9bbe290dbcd4fc179619dc6591e57a9d4a084dc49fa"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
102 {file = "pigpio-1.78.tar.gz", hash = "sha256:91efa50e4990649da97408a384782d6ccf58342fc59cdfe21ed7a42911569975"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
103 ] |
0 | 104 |
105 [[package]] | |
106 name = "prometheus-client" | |
107 version = "0.17.1" | |
108 requires_python = ">=3.6" | |
109 summary = "Python client for the Prometheus monitoring system." | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
110 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
111 {file = "prometheus_client-0.17.1-py3-none-any.whl", hash = "sha256:e537f37160f6807b8202a6fc4764cdd19bac5480ddd3e0d463c3002b34462101"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
112 {file = "prometheus_client-0.17.1.tar.gz", hash = "sha256:21e674f39831ae3f8acde238afd9a27a37d0d2fb5a28ea094f0ce25d2cbf2091"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
113 ] |
0 | 114 |
115 [[package]] | |
116 name = "python-dotenv" | |
117 version = "1.0.0" | |
118 requires_python = ">=3.8" | |
119 summary = "Read key-value pairs from a .env file and set them as environment variables" | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
120 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
121 {file = "python-dotenv-1.0.0.tar.gz", hash = "sha256:a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
122 {file = "python_dotenv-1.0.0-py3-none-any.whl", hash = "sha256:f5971a9226b701070a4bf2c38c89e5a3f0d64de8debda981d1db98583009122a"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
123 ] |
0 | 124 |
125 [[package]] | |
126 name = "pyyaml" | |
127 version = "6.0.1" | |
128 requires_python = ">=3.6" | |
129 summary = "YAML parser and emitter for Python" | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
130 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
131 {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
132 {file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
133 {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
134 {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
135 {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
136 {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
137 {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
138 {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
139 {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
140 {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
141 {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
142 {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
143 {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
144 {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
145 {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
146 ] |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
147 |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
148 [[package]] |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
149 name = "ruff" |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
150 version = "0.0.287" |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
151 requires_python = ">=3.7" |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
152 summary = "An extremely fast Python linter, written in Rust." |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
153 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
154 {file = "ruff-0.0.287-py3-none-macosx_10_7_x86_64.whl", hash = "sha256:1e0f9ee4c3191444eefeda97d7084721d9b8e29017f67997a20c153457f2eafd"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
155 {file = "ruff-0.0.287-py3-none-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:e9843e5704d4fb44e1a8161b0d31c1a38819723f0942639dfeb53d553be9bfb5"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
156 {file = "ruff-0.0.287-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8ca1ed11d759a29695aed2bfc7f914b39bcadfe2ef08d98ff69c873f639ad3a8"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
157 {file = "ruff-0.0.287-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1cf4d5ad3073af10f186ea22ce24bc5a8afa46151f6896f35c586e40148ba20b"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
158 {file = "ruff-0.0.287-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:66d9d58bcb29afd72d2afe67120afcc7d240efc69a235853813ad556443dc922"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
159 {file = "ruff-0.0.287-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:06ac5df7dd3ba8bf83bba1490a72f97f1b9b21c7cbcba8406a09de1a83f36083"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
160 {file = "ruff-0.0.287-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2bfb478e1146a60aa740ab9ebe448b1f9e3c0dfb54be3cc58713310eef059c30"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
161 {file = "ruff-0.0.287-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:00d579a011949108c4b4fa04c4f1ee066dab536a9ba94114e8e580c96be2aeb4"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
162 {file = "ruff-0.0.287-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d3a810a79b8029cc92d06c36ea1f10be5298d2323d9024e1d21aedbf0a1a13e5"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
163 {file = "ruff-0.0.287-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:150007028ad4976ce9a7704f635ead6d0e767f73354ce0137e3e44f3a6c0963b"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
164 {file = "ruff-0.0.287-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:a24a280db71b0fa2e0de0312b4aecb8e6d08081d1b0b3c641846a9af8e35b4a7"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
165 {file = "ruff-0.0.287-py3-none-musllinux_1_2_i686.whl", hash = "sha256:2918cb7885fa1611d542de1530bea3fbd63762da793751cc8c8d6e4ba234c3d8"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
166 {file = "ruff-0.0.287-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:33d7b251afb60bec02a64572b0fd56594b1923ee77585bee1e7e1daf675e7ae7"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
167 {file = "ruff-0.0.287-py3-none-win32.whl", hash = "sha256:022f8bed2dcb5e5429339b7c326155e968a06c42825912481e10be15dafb424b"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
168 {file = "ruff-0.0.287-py3-none-win_amd64.whl", hash = "sha256:26bd0041d135a883bd6ab3e0b29c42470781fb504cf514e4c17e970e33411d90"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
169 {file = "ruff-0.0.287-py3-none-win_arm64.whl", hash = "sha256:44bceb3310ac04f0e59d4851e6227f7b1404f753997c7859192e41dbee9f5c8d"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
170 {file = "ruff-0.0.287.tar.gz", hash = "sha256:02dc4f5bf53ef136e459d467f3ce3e04844d509bc46c025a05b018feb37bbc39"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
171 ] |
0 | 172 |
173 [[package]] | |
174 name = "sniffio" | |
175 version = "1.3.0" | |
176 requires_python = ">=3.7" | |
177 summary = "Sniff out which async library your code is running under" | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
178 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
179 {file = "sniffio-1.3.0-py3-none-any.whl", hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
180 {file = "sniffio-1.3.0.tar.gz", hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
181 ] |
0 | 182 |
183 [[package]] | |
184 name = "starlette" | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
185 version = "0.31.1" |
0 | 186 requires_python = ">=3.8" |
187 summary = "The little ASGI library that shines." | |
188 dependencies = [ | |
189 "anyio<5,>=3.4.0", | |
190 ] | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
191 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
192 {file = "starlette-0.31.1-py3-none-any.whl", hash = "sha256:009fb98ecd551a55017d204f033c58b13abcd4719cb5c41503abbf6d260fde11"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
193 {file = "starlette-0.31.1.tar.gz", hash = "sha256:a4dc2a3448fb059000868d7eb774dd71229261b6d49b6851e7849bec69c0a011"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
194 ] |
0 | 195 |
196 [[package]] | |
197 name = "starlette-exporter" | |
198 version = "0.16.0" | |
199 summary = "Prometheus metrics exporter for Starlette applications." | |
200 dependencies = [ | |
201 "prometheus-client>=0.12", | |
202 "starlette", | |
203 ] | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
204 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
205 {file = "starlette_exporter-0.16.0-py3-none-any.whl", hash = "sha256:9dbe8dc647acbeb8680d53cedbbb8042ca75ca1b6987f609c5601ea96ddb7422"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
206 {file = "starlette_exporter-0.16.0.tar.gz", hash = "sha256:728cccf975c85d3cf2844b0110b51e1fa2dce628ef68bc38da58ad691f9b5d68"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
207 ] |
0 | 208 |
209 [[package]] | |
210 name = "uvicorn" | |
211 version = "0.23.2" | |
212 requires_python = ">=3.8" | |
213 summary = "The lightning-fast ASGI server." | |
214 dependencies = [ | |
215 "click>=7.0", | |
216 "h11>=0.8", | |
217 ] | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
218 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
219 {file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
220 {file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
221 ] |
0 | 222 |
223 [[package]] | |
224 name = "uvicorn" | |
225 version = "0.23.2" | |
226 extras = ["standard"] | |
227 requires_python = ">=3.8" | |
228 summary = "The lightning-fast ASGI server." | |
229 dependencies = [ | |
230 "colorama>=0.4; sys_platform == \"win32\"", | |
231 "httptools>=0.5.0", | |
232 "python-dotenv>=0.13", | |
233 "pyyaml>=5.1", | |
234 "uvicorn==0.23.2", | |
235 "uvloop!=0.15.0,!=0.15.1,>=0.14.0; sys_platform != \"win32\" and (sys_platform != \"cygwin\" and platform_python_implementation != \"PyPy\")", | |
236 "watchfiles>=0.13", | |
237 "websockets>=10.4", | |
238 ] | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
239 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
240 {file = "uvicorn-0.23.2-py3-none-any.whl", hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
241 {file = "uvicorn-0.23.2.tar.gz", hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
242 ] |
0 | 243 |
244 [[package]] | |
245 name = "uvloop" | |
246 version = "0.17.0" | |
247 requires_python = ">=3.7" | |
248 summary = "Fast implementation of asyncio event loop on top of libuv" | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
249 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
250 {file = "uvloop-0.17.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:3378eb62c63bf336ae2070599e49089005771cc651c8769aaad72d1bd9385a7c"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
251 {file = "uvloop-0.17.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6aafa5a78b9e62493539456f8b646f85abc7093dd997f4976bb105537cf2635e"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
252 {file = "uvloop-0.17.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c686a47d57ca910a2572fddfe9912819880b8765e2f01dc0dd12a9bf8573e539"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
253 {file = "uvloop-0.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:864e1197139d651a76c81757db5eb199db8866e13acb0dfe96e6fc5d1cf45fc4"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
254 {file = "uvloop-0.17.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:2a6149e1defac0faf505406259561bc14b034cdf1d4711a3ddcdfbaa8d825a05"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
255 {file = "uvloop-0.17.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:6708f30db9117f115eadc4f125c2a10c1a50d711461699a0cbfaa45b9a78e376"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
256 {file = "uvloop-0.17.0.tar.gz", hash = "sha256:0ddf6baf9cf11a1a22c71487f39f15b2cf78eb5bde7e5b45fbb99e8a9d91b9e1"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
257 ] |
0 | 258 |
259 [[package]] | |
260 name = "watchfiles" | |
261 version = "0.20.0" | |
262 requires_python = ">=3.7" | |
263 summary = "Simple, modern and high performance file watching and code reload in python." | |
264 dependencies = [ | |
265 "anyio>=3.0.0", | |
266 ] | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
267 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
268 {file = "watchfiles-0.20.0-cp37-abi3-macosx_10_7_x86_64.whl", hash = "sha256:3796312bd3587e14926013612b23066912cf45a14af71cf2b20db1c12dadf4e9"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
269 {file = "watchfiles-0.20.0-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:d0002d81c89a662b595645fb684a371b98ff90a9c7d8f8630c82f0fde8310458"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
270 {file = "watchfiles-0.20.0-cp37-abi3-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:570848706440373b4cd8017f3e850ae17f76dbdf1e9045fc79023b11e1afe490"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
271 {file = "watchfiles-0.20.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9a0351d20d03c6f7ad6b2e8a226a5efafb924c7755ee1e34f04c77c3682417fa"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
272 {file = "watchfiles-0.20.0-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:007dcc4a401093010b389c044e81172c8a2520dba257c88f8828b3d460c6bb38"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
273 {file = "watchfiles-0.20.0-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0d82dbc1832da83e441d112069833eedd4cf583d983fb8dd666fbefbea9d99c0"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
274 {file = "watchfiles-0.20.0-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:99f4c65fd2fce61a571b2a6fcf747d6868db0bef8a934e8ca235cc8533944d95"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
275 {file = "watchfiles-0.20.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5392dd327a05f538c56edb1c6ebba6af91afc81b40822452342f6da54907bbdf"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
276 {file = "watchfiles-0.20.0-cp37-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:08dc702529bb06a2b23859110c214db245455532da5eaea602921687cfcd23db"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
277 {file = "watchfiles-0.20.0-cp37-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:7d4e66a857621584869cfbad87039e65dadd7119f0d9bb9dbc957e089e32c164"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
278 {file = "watchfiles-0.20.0-cp37-abi3-win32.whl", hash = "sha256:a03d1e6feb7966b417f43c3e3783188167fd69c2063e86bad31e62c4ea794cc5"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
279 {file = "watchfiles-0.20.0-cp37-abi3-win_amd64.whl", hash = "sha256:eccc8942bcdc7d638a01435d915b913255bbd66f018f1af051cd8afddb339ea3"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
280 {file = "watchfiles-0.20.0-cp37-abi3-win_arm64.whl", hash = "sha256:b17d4176c49d207865630da5b59a91779468dd3e08692fe943064da260de2c7c"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
281 {file = "watchfiles-0.20.0-pp38-pypy38_pp73-macosx_10_7_x86_64.whl", hash = "sha256:d97db179f7566dcf145c5179ddb2ae2a4450e3a634eb864b09ea04e68c252e8e"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
282 {file = "watchfiles-0.20.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:835df2da7a5df5464c4a23b2d963e1a9d35afa422c83bf4ff4380b3114603644"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
283 {file = "watchfiles-0.20.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:608cd94a8767f49521901aff9ae0c92cc8f5a24d528db7d6b0295290f9d41193"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
284 {file = "watchfiles-0.20.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:89d1de8218874925bce7bb2ae9657efc504411528930d7a83f98b1749864f2ef"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
285 {file = "watchfiles-0.20.0-pp39-pypy39_pp73-macosx_10_7_x86_64.whl", hash = "sha256:13f995d5152a8ba4ed7c2bbbaeee4e11a5944defc7cacd0ccb4dcbdcfd78029a"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
286 {file = "watchfiles-0.20.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:9b5c8d3be7b502f8c43a33c63166ada8828dbb0c6d49c8f9ce990a96de2f5a49"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
287 {file = "watchfiles-0.20.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e43af4464daa08723c04b43cf978ab86cc55c684c16172622bdac64b34e36af0"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
288 {file = "watchfiles-0.20.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:87d9e1f75c4f86c93d73b5bd1ebe667558357548f11b4f8af4e0e272f79413ce"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
289 {file = "watchfiles-0.20.0.tar.gz", hash = "sha256:728575b6b94c90dd531514677201e8851708e6e4b5fe7028ac506a200b622019"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
290 ] |
0 | 291 |
292 [[package]] | |
293 name = "websockets" | |
294 version = "11.0.3" | |
295 requires_python = ">=3.7" | |
296 summary = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)" | |
2
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
297 files = [ |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
298 {file = "websockets-11.0.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:e848f46a58b9fcf3d06061d17be388caf70ea5b8cc3466251963c8345e13f7eb"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
299 {file = "websockets-11.0.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:aa5003845cdd21ac0dc6c9bf661c5beddd01116f6eb9eb3c8e272353d45b3288"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
300 {file = "websockets-11.0.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b58cbf0697721120866820b89f93659abc31c1e876bf20d0b3d03cef14faf84d"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
301 {file = "websockets-11.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:660e2d9068d2bedc0912af508f30bbeb505bbbf9774d98def45f68278cea20d3"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
302 {file = "websockets-11.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c1f0524f203e3bd35149f12157438f406eff2e4fb30f71221c8a5eceb3617b6b"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
303 {file = "websockets-11.0.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:def07915168ac8f7853812cc593c71185a16216e9e4fa886358a17ed0fd9fcf6"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
304 {file = "websockets-11.0.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:b30c6590146e53149f04e85a6e4fcae068df4289e31e4aee1fdf56a0dead8f97"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
305 {file = "websockets-11.0.3-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:619d9f06372b3a42bc29d0cd0354c9bb9fb39c2cbc1a9c5025b4538738dbffaf"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
306 {file = "websockets-11.0.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:01f5567d9cf6f502d655151645d4e8b72b453413d3819d2b6f1185abc23e82dd"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
307 {file = "websockets-11.0.3-cp311-cp311-win32.whl", hash = "sha256:e1459677e5d12be8bbc7584c35b992eea142911a6236a3278b9b5ce3326f282c"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
308 {file = "websockets-11.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:e7837cb169eca3b3ae94cc5787c4fed99eef74c0ab9506756eea335e0d6f3ed8"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
309 {file = "websockets-11.0.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:f2e58f2c36cc52d41f2659e4c0cbf7353e28c8c9e63e30d8c6d3494dc9fdedcf"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
310 {file = "websockets-11.0.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:de36fe9c02995c7e6ae6efe2e205816f5f00c22fd1fbf343d4d18c3d5ceac2f5"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
311 {file = "websockets-11.0.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0ac56b661e60edd453585f4bd68eb6a29ae25b5184fd5ba51e97652580458998"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
312 {file = "websockets-11.0.3-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e052b8467dd07d4943936009f46ae5ce7b908ddcac3fda581656b1b19c083d9b"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
313 {file = "websockets-11.0.3-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:42cc5452a54a8e46a032521d7365da775823e21bfba2895fb7b77633cce031bb"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
314 {file = "websockets-11.0.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:e6316827e3e79b7b8e7d8e3b08f4e331af91a48e794d5d8b099928b6f0b85f20"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
315 {file = "websockets-11.0.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8531fdcad636d82c517b26a448dcfe62f720e1922b33c81ce695d0edb91eb931"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
316 {file = "websockets-11.0.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c114e8da9b475739dde229fd3bc6b05a6537a88a578358bc8eb29b4030fac9c9"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
317 {file = "websockets-11.0.3-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e063b1865974611313a3849d43f2c3f5368093691349cf3c7c8f8f75ad7cb280"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
318 {file = "websockets-11.0.3-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:92b2065d642bf8c0a82d59e59053dd2fdde64d4ed44efe4870fa816c1232647b"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
319 {file = "websockets-11.0.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:0ee68fe502f9031f19d495dae2c268830df2760c0524cbac5d759921ba8c8e82"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
320 {file = "websockets-11.0.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dcacf2c7a6c3a84e720d1bb2b543c675bf6c40e460300b628bab1b1efc7c034c"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
321 {file = "websockets-11.0.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b67c6f5e5a401fc56394f191f00f9b3811fe843ee93f4a70df3c389d1adf857d"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
322 {file = "websockets-11.0.3-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1d5023a4b6a5b183dc838808087033ec5df77580485fc533e7dab2567851b0a4"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
323 {file = "websockets-11.0.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:ed058398f55163a79bb9f06a90ef9ccc063b204bb346c4de78efc5d15abfe602"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
324 {file = "websockets-11.0.3-py3-none-any.whl", hash = "sha256:6681ba9e7f8f3b19440921e99efbb40fc89f26cd71bf539e45d8c8a25c976dc6"}, |
b7b6d7f1ce56
bg loop now crashes if there's an error
drewp@bigasterisk.com
parents:
0
diff
changeset
|
325 {file = "websockets-11.0.3.tar.gz", hash = "sha256:88fc51d9a26b10fc331be344f1781224a375b78488fc343620184e95a4b27016"}, |
0 | 326 ] |