annotate pdm.lock @ 15:6ed25bcaaf1f

add prefect and rebuild flow to k8s
author drewp@bigasterisk.com
date Fri, 19 Jul 2024 00:30:47 -0700
parents 7f36497bfac3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
drewp@bigasterisk.com
parents:
diff changeset
1 # This file is @generated by PDM.
drewp@bigasterisk.com
parents:
diff changeset
2 # It is not intended for manual editing.
drewp@bigasterisk.com
parents:
diff changeset
3
drewp@bigasterisk.com
parents:
diff changeset
4 [metadata]
drewp@bigasterisk.com
parents:
diff changeset
5 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
6 strategy = ["cross_platform", "inherit_metadata"]
drewp@bigasterisk.com
parents:
diff changeset
7 lock_version = "4.4.1"
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
8 content_hash = "sha256:83c1f5cea8617745f1fbd781dc1d1efd4f0ee65cb36fb021d152a7972e90f056"
0
drewp@bigasterisk.com
parents:
diff changeset
9
drewp@bigasterisk.com
parents:
diff changeset
10 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
11 name = "aiosqlite"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
12 version = "0.20.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
13 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
14 summary = "asyncio bridge to the standard sqlite3 module"
0
drewp@bigasterisk.com
parents:
diff changeset
15 groups = ["default"]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
16 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
17 "typing-extensions>=4.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
18 ]
0
drewp@bigasterisk.com
parents:
diff changeset
19 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
20 {file = "aiosqlite-0.20.0-py3-none-any.whl", hash = "sha256:36a1deaca0cac40ebe32aac9977a6e2bbc7f5189f23f4a54d5908986729e5bd6"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
21 {file = "aiosqlite-0.20.0.tar.gz", hash = "sha256:6d35c8c256637f4672f843c31021464090805bf925385ac39473fb16eaaca3d7"},
0
drewp@bigasterisk.com
parents:
diff changeset
22 ]
drewp@bigasterisk.com
parents:
diff changeset
23
drewp@bigasterisk.com
parents:
diff changeset
24 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
25 name = "alembic"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
26 version = "1.13.2"
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
27 requires_python = ">=3.8"
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
28 summary = "A database migration tool for SQLAlchemy."
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
29 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
30 dependencies = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
31 "Mako",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
32 "SQLAlchemy>=1.3.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
33 "typing-extensions>=4",
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
34 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
35 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
36 {file = "alembic-1.13.2-py3-none-any.whl", hash = "sha256:6b8733129a6224a9a711e17c99b08462dbf7cc9670ba8f2e2ae9af860ceb1953"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
37 {file = "alembic-1.13.2.tar.gz", hash = "sha256:1ff0ae32975f4fd96028c39ed9bb3c867fe3af956bd7bb37343b54c9fe7445ef"},
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
38 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
39
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
40 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
41 name = "anyio"
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
42 version = "3.7.1"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
43 requires_python = ">=3.7"
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
44 summary = "High level compatibility layer for multiple asynchronous event loop implementations"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
45 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
46 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
47 "idna>=2.8",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
48 "sniffio>=1.1",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
49 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
50 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
51 {file = "anyio-3.7.1-py3-none-any.whl", hash = "sha256:91dee416e570e92c64041bd18b900d1d6fa78dff7048769ce5ac5ddad004fbb5"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
52 {file = "anyio-3.7.1.tar.gz", hash = "sha256:44a3c9aba0f5defa43261a8b3efb97891f2bd7d804e0e1f56419befa1adfc780"},
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
53 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
54
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
55 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
56 name = "apprise"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
57 version = "1.8.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
58 requires_python = ">=3.6"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
59 summary = "Push Notifications that work with just about every platform!"
8
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
60 groups = ["default"]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
61 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
62 "PyYAML",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
63 "certifi",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
64 "click>=5.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
65 "markdown",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
66 "requests",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
67 "requests-oauthlib",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
68 ]
8
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
69 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
70 {file = "apprise-1.8.0-py3-none-any.whl", hash = "sha256:29307f9b7eeb5db70de13bd19f7f98700ad75369d14d1dcc49a6fcc06ed8a546"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
71 {file = "apprise-1.8.0.tar.gz", hash = "sha256:e8f58cebfea1a34f569cb4c68809a3175be80ec06f0a2ec473522b92023212c5"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
72 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
73
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
74 [[package]]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
75 name = "asgi-lifespan"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
76 version = "2.1.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
77 requires_python = ">=3.7"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
78 summary = "Programmatic startup/shutdown of ASGI apps."
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
79 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
80 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
81 "sniffio",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
82 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
83 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
84 {file = "asgi-lifespan-2.1.0.tar.gz", hash = "sha256:5e2effaf0bfe39829cf2d64e7ecc47c7d86d676a6599f7afba378c31f5e3a308"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
85 {file = "asgi_lifespan-2.1.0-py3-none-any.whl", hash = "sha256:ed840706680e28428c01e14afb3875d7d76d3206f3d5b2f2294e059b5c23804f"},
8
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
86 ]
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
87
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
88 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
89 name = "asttokens"
drewp@bigasterisk.com
parents:
diff changeset
90 version = "2.4.1"
drewp@bigasterisk.com
parents:
diff changeset
91 summary = "Annotate AST trees with source code positions"
drewp@bigasterisk.com
parents:
diff changeset
92 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
93 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
94 "six>=1.12.0",
drewp@bigasterisk.com
parents:
diff changeset
95 ]
drewp@bigasterisk.com
parents:
diff changeset
96 files = [
drewp@bigasterisk.com
parents:
diff changeset
97 {file = "asttokens-2.4.1-py2.py3-none-any.whl", hash = "sha256:051ed49c3dcae8913ea7cd08e46a606dba30b79993209636c4875bc1d637bc24"},
drewp@bigasterisk.com
parents:
diff changeset
98 {file = "asttokens-2.4.1.tar.gz", hash = "sha256:b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11254ba0"},
drewp@bigasterisk.com
parents:
diff changeset
99 ]
drewp@bigasterisk.com
parents:
diff changeset
100
drewp@bigasterisk.com
parents:
diff changeset
101 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
102 name = "async-timeout"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
103 version = "4.0.3"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
104 requires_python = ">=3.7"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
105 summary = "Timeout context manager for asyncio programs"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
106 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
107 marker = "python_version < \"3.12.0\""
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
108 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
109 {file = "async-timeout-4.0.3.tar.gz", hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
110 {file = "async_timeout-4.0.3-py3-none-any.whl", hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
111 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
112
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
113 [[package]]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
114 name = "asyncpg"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
115 version = "0.29.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
116 requires_python = ">=3.8.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
117 summary = "An asyncio PostgreSQL driver"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
118 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
119 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
120 "async-timeout>=4.0.3; python_version < \"3.12.0\"",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
121 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
122 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
123 {file = "asyncpg-0.29.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d4900ee08e85af01adb207519bb4e14b1cae8fd21e0ccf80fac6aa60b6da37b4"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
124 {file = "asyncpg-0.29.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a65c1dcd820d5aea7c7d82a3fdcb70e096f8f70d1a8bf93eb458e49bfad036ac"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
125 {file = "asyncpg-0.29.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5b52e46f165585fd6af4863f268566668407c76b2c72d366bb8b522fa66f1870"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
126 {file = "asyncpg-0.29.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dc600ee8ef3dd38b8d67421359779f8ccec30b463e7aec7ed481c8346decf99f"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
127 {file = "asyncpg-0.29.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:039a261af4f38f949095e1e780bae84a25ffe3e370175193174eb08d3cecab23"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
128 {file = "asyncpg-0.29.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:6feaf2d8f9138d190e5ec4390c1715c3e87b37715cd69b2c3dfca616134efd2b"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
129 {file = "asyncpg-0.29.0-cp311-cp311-win32.whl", hash = "sha256:1e186427c88225ef730555f5fdda6c1812daa884064bfe6bc462fd3a71c4b675"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
130 {file = "asyncpg-0.29.0-cp311-cp311-win_amd64.whl", hash = "sha256:cfe73ffae35f518cfd6e4e5f5abb2618ceb5ef02a2365ce64f132601000587d3"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
131 {file = "asyncpg-0.29.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:6011b0dc29886ab424dc042bf9eeb507670a3b40aece3439944006aafe023178"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
132 {file = "asyncpg-0.29.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:b544ffc66b039d5ec5a7454667f855f7fec08e0dfaf5a5490dfafbb7abbd2cfb"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
133 {file = "asyncpg-0.29.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d84156d5fb530b06c493f9e7635aa18f518fa1d1395ef240d211cb563c4e2364"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
134 {file = "asyncpg-0.29.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:54858bc25b49d1114178d65a88e48ad50cb2b6f3e475caa0f0c092d5f527c106"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
135 {file = "asyncpg-0.29.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:bde17a1861cf10d5afce80a36fca736a86769ab3579532c03e45f83ba8a09c59"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
136 {file = "asyncpg-0.29.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:37a2ec1b9ff88d8773d3eb6d3784dc7e3fee7756a5317b67f923172a4748a175"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
137 {file = "asyncpg-0.29.0-cp312-cp312-win32.whl", hash = "sha256:bb1292d9fad43112a85e98ecdc2e051602bce97c199920586be83254d9dafc02"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
138 {file = "asyncpg-0.29.0-cp312-cp312-win_amd64.whl", hash = "sha256:2245be8ec5047a605e0b454c894e54bf2ec787ac04b1cb7e0d3c67aa1e32f0fe"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
139 {file = "asyncpg-0.29.0.tar.gz", hash = "sha256:d1c49e1f44fffafd9a55e1a9b101590859d881d639ea2922516f5d9c512d354e"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
140 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
141
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
142 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
143 name = "attrs"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
144 version = "23.2.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
145 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
146 summary = "Classes Without Boilerplate"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
147 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
148 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
149 {file = "attrs-23.2.0-py3-none-any.whl", hash = "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
150 {file = "attrs-23.2.0.tar.gz", hash = "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
151 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
152
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
153 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
154 name = "cachetools"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
155 version = "5.3.3"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
156 requires_python = ">=3.7"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
157 summary = "Extensible memoizing collections and decorators"
8
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
158 groups = ["default"]
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
159 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
160 {file = "cachetools-5.3.3-py3-none-any.whl", hash = "sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
161 {file = "cachetools-5.3.3.tar.gz", hash = "sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105"},
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
162 ]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
163
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
164 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
165 name = "certifi"
drewp@bigasterisk.com
parents:
diff changeset
166 version = "2024.7.4"
drewp@bigasterisk.com
parents:
diff changeset
167 requires_python = ">=3.6"
drewp@bigasterisk.com
parents:
diff changeset
168 summary = "Python package for providing Mozilla's CA Bundle."
drewp@bigasterisk.com
parents:
diff changeset
169 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
170 files = [
drewp@bigasterisk.com
parents:
diff changeset
171 {file = "certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"},
drewp@bigasterisk.com
parents:
diff changeset
172 {file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"},
drewp@bigasterisk.com
parents:
diff changeset
173 ]
drewp@bigasterisk.com
parents:
diff changeset
174
drewp@bigasterisk.com
parents:
diff changeset
175 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
176 name = "cffi"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
177 version = "1.16.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
178 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
179 summary = "Foreign Function Interface for Python calling C code."
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
180 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
181 marker = "platform_python_implementation != \"PyPy\""
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
182 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
183 "pycparser",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
184 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
185 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
186 {file = "cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
187 {file = "cffi-1.16.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
188 {file = "cffi-1.16.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ee07e47c12890ef248766a6e55bd38ebfb2bb8edd4142d56db91b21ea68b7627"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
189 {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
190 {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e70f54f1796669ef691ca07d046cd81a29cb4deb1e5f942003f401c0c4a2695d"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
191 {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5bf44d66cdf9e893637896c7faa22298baebcd18d1ddb6d2626a6e39793a1d56"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
192 {file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
193 {file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:c6a164aa47843fb1b01e941d385aab7215563bb8816d80ff3a363a9f8448a8dc"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
194 {file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e09f3ff613345df5e8c3667da1d918f9149bd623cd9070c983c013792a9a62eb"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
195 {file = "cffi-1.16.0-cp311-cp311-win32.whl", hash = "sha256:2c56b361916f390cd758a57f2e16233eb4f64bcbeee88a4881ea90fca14dc6ab"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
196 {file = "cffi-1.16.0-cp311-cp311-win_amd64.whl", hash = "sha256:db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
197 {file = "cffi-1.16.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
198 {file = "cffi-1.16.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:68e7c44931cc171c54ccb702482e9fc723192e88d25a0e133edd7aff8fcd1f6e"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
199 {file = "cffi-1.16.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:abd808f9c129ba2beda4cfc53bde801e5bcf9d6e0f22f095e45327c038bfe68e"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
200 {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:88e2b3c14bdb32e440be531ade29d3c50a1a59cd4e51b1dd8b0865c54ea5d2e2"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
201 {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
202 {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b7be2d771cdba2942e13215c4e340bfd76398e9227ad10402a8767ab1865d2e6"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
203 {file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e715596e683d2ce000574bae5d07bd522c781a822866c20495e52520564f0969"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
204 {file = "cffi-1.16.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:2d92b25dbf6cae33f65005baf472d2c245c050b1ce709cc4588cdcdd5495b520"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
205 {file = "cffi-1.16.0-cp312-cp312-win32.whl", hash = "sha256:b2ca4e77f9f47c55c194982e10f058db063937845bb2b7a86c84a6cfe0aefa8b"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
206 {file = "cffi-1.16.0-cp312-cp312-win_amd64.whl", hash = "sha256:68678abf380b42ce21a5f2abde8efee05c114c2fdb2e9eef2efdb0257fba1235"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
207 {file = "cffi-1.16.0.tar.gz", hash = "sha256:bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
208 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
209
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
210 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
211 name = "charset-normalizer"
drewp@bigasterisk.com
parents:
diff changeset
212 version = "3.3.2"
drewp@bigasterisk.com
parents:
diff changeset
213 requires_python = ">=3.7.0"
drewp@bigasterisk.com
parents:
diff changeset
214 summary = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
drewp@bigasterisk.com
parents:
diff changeset
215 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
216 files = [
drewp@bigasterisk.com
parents:
diff changeset
217 {file = "charset-normalizer-3.3.2.tar.gz", hash = "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5"},
drewp@bigasterisk.com
parents:
diff changeset
218 {file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db"},
drewp@bigasterisk.com
parents:
diff changeset
219 {file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96"},
drewp@bigasterisk.com
parents:
diff changeset
220 {file = "charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e"},
drewp@bigasterisk.com
parents:
diff changeset
221 {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f"},
drewp@bigasterisk.com
parents:
diff changeset
222 {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574"},
drewp@bigasterisk.com
parents:
diff changeset
223 {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4"},
drewp@bigasterisk.com
parents:
diff changeset
224 {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8"},
drewp@bigasterisk.com
parents:
diff changeset
225 {file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc"},
drewp@bigasterisk.com
parents:
diff changeset
226 {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae"},
drewp@bigasterisk.com
parents:
diff changeset
227 {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887"},
drewp@bigasterisk.com
parents:
diff changeset
228 {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae"},
drewp@bigasterisk.com
parents:
diff changeset
229 {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce"},
drewp@bigasterisk.com
parents:
diff changeset
230 {file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f"},
drewp@bigasterisk.com
parents:
diff changeset
231 {file = "charset_normalizer-3.3.2-cp311-cp311-win32.whl", hash = "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab"},
drewp@bigasterisk.com
parents:
diff changeset
232 {file = "charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl", hash = "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77"},
drewp@bigasterisk.com
parents:
diff changeset
233 {file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8"},
drewp@bigasterisk.com
parents:
diff changeset
234 {file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b"},
drewp@bigasterisk.com
parents:
diff changeset
235 {file = "charset_normalizer-3.3.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6"},
drewp@bigasterisk.com
parents:
diff changeset
236 {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a"},
drewp@bigasterisk.com
parents:
diff changeset
237 {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389"},
drewp@bigasterisk.com
parents:
diff changeset
238 {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa"},
drewp@bigasterisk.com
parents:
diff changeset
239 {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b"},
drewp@bigasterisk.com
parents:
diff changeset
240 {file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed"},
drewp@bigasterisk.com
parents:
diff changeset
241 {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26"},
drewp@bigasterisk.com
parents:
diff changeset
242 {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d"},
drewp@bigasterisk.com
parents:
diff changeset
243 {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068"},
drewp@bigasterisk.com
parents:
diff changeset
244 {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143"},
drewp@bigasterisk.com
parents:
diff changeset
245 {file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4"},
drewp@bigasterisk.com
parents:
diff changeset
246 {file = "charset_normalizer-3.3.2-cp312-cp312-win32.whl", hash = "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7"},
drewp@bigasterisk.com
parents:
diff changeset
247 {file = "charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl", hash = "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001"},
drewp@bigasterisk.com
parents:
diff changeset
248 {file = "charset_normalizer-3.3.2-py3-none-any.whl", hash = "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc"},
drewp@bigasterisk.com
parents:
diff changeset
249 ]
drewp@bigasterisk.com
parents:
diff changeset
250
drewp@bigasterisk.com
parents:
diff changeset
251 [[package]]
1
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
252 name = "click"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
253 version = "8.1.7"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
254 requires_python = ">=3.7"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
255 summary = "Composable command line interface toolkit"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
256 groups = ["default"]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
257 dependencies = [
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
258 "colorama; platform_system == \"Windows\"",
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
259 ]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
260 files = [
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
261 {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
262 {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"},
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
263 ]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
264
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
265 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
266 name = "cloudpickle"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
267 version = "2.2.1"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
268 requires_python = ">=3.6"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
269 summary = "Extended pickling support for Python objects"
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
270 groups = ["default"]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
271 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
272 {file = "cloudpickle-2.2.1-py3-none-any.whl", hash = "sha256:61f594d1f4c295fa5cd9014ceb3a1fc4a70b0de1164b94fbc2d854ccba056f9f"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
273 {file = "cloudpickle-2.2.1.tar.gz", hash = "sha256:d89684b8de9e34a2a43b3460fbca07d09d6e25ce858df4d5a44240403b6178f5"},
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
274 ]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
275
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
276 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
277 name = "colorama"
drewp@bigasterisk.com
parents:
diff changeset
278 version = "0.4.6"
drewp@bigasterisk.com
parents:
diff changeset
279 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
drewp@bigasterisk.com
parents:
diff changeset
280 summary = "Cross-platform colored terminal text."
drewp@bigasterisk.com
parents:
diff changeset
281 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
282 files = [
drewp@bigasterisk.com
parents:
diff changeset
283 {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
drewp@bigasterisk.com
parents:
diff changeset
284 {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
drewp@bigasterisk.com
parents:
diff changeset
285 ]
drewp@bigasterisk.com
parents:
diff changeset
286
drewp@bigasterisk.com
parents:
diff changeset
287 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
288 name = "coolname"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
289 version = "2.2.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
290 summary = "Random name and slug generator"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
291 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
292 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
293 {file = "coolname-2.2.0-py2.py3-none-any.whl", hash = "sha256:4d1563186cfaf71b394d5df4c744f8c41303b6846413645e31d31915cdeb13e8"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
294 {file = "coolname-2.2.0.tar.gz", hash = "sha256:6c5d5731759104479e7ca195a9b64f7900ac5bead40183c09323c7d0be9e75c7"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
295 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
296
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
297 [[package]]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
298 name = "croniter"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
299 version = "1.4.1"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
300 requires_python = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
301 summary = "croniter provides iteration for datetime object with cron like format"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
302 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
303 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
304 "python-dateutil",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
305 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
306 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
307 {file = "croniter-1.4.1-py2.py3-none-any.whl", hash = "sha256:9595da48af37ea06ec3a9f899738f1b2c1c13da3c38cea606ef7cd03ea421128"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
308 {file = "croniter-1.4.1.tar.gz", hash = "sha256:1a6df60eacec3b7a0aa52a8f2ef251ae3dd2a7c7c8b9874e73e791636d55a361"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
309 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
310
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
311 [[package]]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
312 name = "cryptography"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
313 version = "42.0.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
314 requires_python = ">=3.7"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
315 summary = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
0
drewp@bigasterisk.com
parents:
diff changeset
316 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
317 dependencies = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
318 "cffi>=1.12; platform_python_implementation != \"PyPy\"",
0
drewp@bigasterisk.com
parents:
diff changeset
319 ]
drewp@bigasterisk.com
parents:
diff changeset
320 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
321 {file = "cryptography-42.0.8-cp37-abi3-macosx_10_12_universal2.whl", hash = "sha256:81d8a521705787afe7a18d5bfb47ea9d9cc068206270aad0b96a725022e18d2e"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
322 {file = "cryptography-42.0.8-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:961e61cefdcb06e0c6d7e3a1b22ebe8b996eb2bf50614e89384be54c48c6b63d"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
323 {file = "cryptography-42.0.8-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e3ec3672626e1b9e55afd0df6d774ff0e953452886e06e0f1eb7eb0c832e8902"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
324 {file = "cryptography-42.0.8-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e599b53fd95357d92304510fb7bda8523ed1f79ca98dce2f43c115950aa78801"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
325 {file = "cryptography-42.0.8-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:5226d5d21ab681f432a9c1cf8b658c0cb02533eece706b155e5fbd8a0cdd3949"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
326 {file = "cryptography-42.0.8-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:6b7c4f03ce01afd3b76cf69a5455caa9cfa3de8c8f493e0d3ab7d20611c8dae9"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
327 {file = "cryptography-42.0.8-cp37-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:2346b911eb349ab547076f47f2e035fc8ff2c02380a7cbbf8d87114fa0f1c583"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
328 {file = "cryptography-42.0.8-cp37-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:ad803773e9df0b92e0a817d22fd8a3675493f690b96130a5e24f1b8fabbea9c7"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
329 {file = "cryptography-42.0.8-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:2f66d9cd9147ee495a8374a45ca445819f8929a3efcd2e3df6428e46c3cbb10b"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
330 {file = "cryptography-42.0.8-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:d45b940883a03e19e944456a558b67a41160e367a719833c53de6911cabba2b7"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
331 {file = "cryptography-42.0.8-cp37-abi3-win32.whl", hash = "sha256:a0c5b2b0585b6af82d7e385f55a8bc568abff8923af147ee3c07bd8b42cda8b2"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
332 {file = "cryptography-42.0.8-cp37-abi3-win_amd64.whl", hash = "sha256:57080dee41209e556a9a4ce60d229244f7a66ef52750f813bfbe18959770cfba"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
333 {file = "cryptography-42.0.8-cp39-abi3-macosx_10_12_universal2.whl", hash = "sha256:dea567d1b0e8bc5764b9443858b673b734100c2871dc93163f58c46a97a83d28"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
334 {file = "cryptography-42.0.8-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c4783183f7cb757b73b2ae9aed6599b96338eb957233c58ca8f49a49cc32fd5e"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
335 {file = "cryptography-42.0.8-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a0608251135d0e03111152e41f0cc2392d1e74e35703960d4190b2e0f4ca9c70"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
336 {file = "cryptography-42.0.8-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:dc0fdf6787f37b1c6b08e6dfc892d9d068b5bdb671198c72072828b80bd5fe4c"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
337 {file = "cryptography-42.0.8-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:9c0c1716c8447ee7dbf08d6db2e5c41c688544c61074b54fc4564196f55c25a7"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
338 {file = "cryptography-42.0.8-cp39-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:fff12c88a672ab9c9c1cf7b0c80e3ad9e2ebd9d828d955c126be4fd3e5578c9e"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
339 {file = "cryptography-42.0.8-cp39-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:cafb92b2bc622cd1aa6a1dce4b93307792633f4c5fe1f46c6b97cf67073ec961"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
340 {file = "cryptography-42.0.8-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:31f721658a29331f895a5a54e7e82075554ccfb8b163a18719d342f5ffe5ecb1"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
341 {file = "cryptography-42.0.8-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:b297f90c5723d04bcc8265fc2a0f86d4ea2e0f7ab4b6994459548d3a6b992a14"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
342 {file = "cryptography-42.0.8-cp39-abi3-win32.whl", hash = "sha256:2f88d197e66c65be5e42cd72e5c18afbfae3f741742070e3019ac8f4ac57262c"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
343 {file = "cryptography-42.0.8-cp39-abi3-win_amd64.whl", hash = "sha256:fa76fbb7596cc5839320000cdd5d0955313696d9511debab7ee7278fc8b5c84a"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
344 {file = "cryptography-42.0.8-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:ba4f0a211697362e89ad822e667d8d340b4d8d55fae72cdd619389fb5912eefe"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
345 {file = "cryptography-42.0.8-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:81884c4d096c272f00aeb1f11cf62ccd39763581645b0812e99a91505fa48e0c"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
346 {file = "cryptography-42.0.8-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:c9bb2ae11bfbab395bdd072985abde58ea9860ed84e59dbc0463a5d0159f5b71"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
347 {file = "cryptography-42.0.8-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:7016f837e15b0a1c119d27ecd89b3515f01f90a8615ed5e9427e30d9cdbfed3d"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
348 {file = "cryptography-42.0.8-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:5a94eccb2a81a309806027e1670a358b99b8fe8bfe9f8d329f27d72c094dde8c"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
349 {file = "cryptography-42.0.8-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:dec9b018df185f08483f294cae6ccac29e7a6e0678996587363dc352dc65c842"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
350 {file = "cryptography-42.0.8-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:343728aac38decfdeecf55ecab3264b015be68fc2816ca800db649607aeee648"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
351 {file = "cryptography-42.0.8-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:013629ae70b40af70c9a7a5db40abe5d9054e6f4380e50ce769947b73bf3caad"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
352 {file = "cryptography-42.0.8.tar.gz", hash = "sha256:8d09d05439ce7baa8e9e95b07ec5b6c886f548deb7e0f69ef25f64b3bce842f2"},
0
drewp@bigasterisk.com
parents:
diff changeset
353 ]
drewp@bigasterisk.com
parents:
diff changeset
354
drewp@bigasterisk.com
parents:
diff changeset
355 [[package]]
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
356 name = "cssselect"
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
357 version = "1.2.0"
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
358 requires_python = ">=3.7"
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
359 summary = "cssselect parses CSS3 Selectors and translates them to XPath 1.0"
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
360 groups = ["default"]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
361 files = [
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
362 {file = "cssselect-1.2.0-py2.py3-none-any.whl", hash = "sha256:da1885f0c10b60c03ed5eccbb6b68d6eff248d91976fcde348f395d54c9fd35e"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
363 {file = "cssselect-1.2.0.tar.gz", hash = "sha256:666b19839cfaddb9ce9d36bfe4c969132c647b92fc9088c4e23f786b30f1b3dc"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
364 ]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
365
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
366 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
367 name = "dateparser"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
368 version = "1.2.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
369 requires_python = ">=3.7"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
370 summary = "Date parsing library designed to parse dates from HTML pages"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
371 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
372 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
373 "python-dateutil",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
374 "pytz",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
375 "regex!=2019.02.19,!=2021.8.27",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
376 "tzlocal",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
377 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
378 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
379 {file = "dateparser-1.2.0-py2.py3-none-any.whl", hash = "sha256:0b21ad96534e562920a0083e97fd45fa959882d4162acc358705144520a35830"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
380 {file = "dateparser-1.2.0.tar.gz", hash = "sha256:7975b43a4222283e0ae15be7b4999d08c9a70e2d378ac87385b1ccf2cffbbb30"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
381 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
382
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
383 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
384 name = "decorator"
drewp@bigasterisk.com
parents:
diff changeset
385 version = "5.1.1"
drewp@bigasterisk.com
parents:
diff changeset
386 requires_python = ">=3.5"
drewp@bigasterisk.com
parents:
diff changeset
387 summary = "Decorators for Humans"
drewp@bigasterisk.com
parents:
diff changeset
388 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
389 files = [
drewp@bigasterisk.com
parents:
diff changeset
390 {file = "decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186"},
drewp@bigasterisk.com
parents:
diff changeset
391 {file = "decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330"},
drewp@bigasterisk.com
parents:
diff changeset
392 ]
drewp@bigasterisk.com
parents:
diff changeset
393
drewp@bigasterisk.com
parents:
diff changeset
394 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
395 name = "dnspython"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
396 version = "2.6.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
397 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
398 summary = "DNS toolkit"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
399 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
400 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
401 {file = "dnspython-2.6.1-py3-none-any.whl", hash = "sha256:5ef3b9680161f6fa89daf8ad451b5f1a33b18ae8a1c6778cdf4b43f08c0a6e50"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
402 {file = "dnspython-2.6.1.tar.gz", hash = "sha256:e8f0f9c23a7b7cb99ded64e6c3a6f3e701d78f50c55e002b839dea7225cff7cc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
403 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
404
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
405 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
406 name = "docker"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
407 version = "6.1.3"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
408 requires_python = ">=3.7"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
409 summary = "A Python library for the Docker Engine API."
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
410 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
411 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
412 "packaging>=14.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
413 "pywin32>=304; sys_platform == \"win32\"",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
414 "requests>=2.26.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
415 "urllib3>=1.26.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
416 "websocket-client>=0.32.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
417 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
418 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
419 {file = "docker-6.1.3-py3-none-any.whl", hash = "sha256:aecd2277b8bf8e506e484f6ab7aec39abe0038e29fa4a6d3ba86c3fe01844ed9"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
420 {file = "docker-6.1.3.tar.gz", hash = "sha256:aa6d17830045ba5ef0168d5eaa34d37beeb113948c413affe1d5991fc11f9a20"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
421 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
422
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
423 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
424 name = "email-validator"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
425 version = "2.2.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
426 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
427 summary = "A robust email address syntax and deliverability validation library."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
428 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
429 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
430 "dnspython>=2.0.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
431 "idna>=2.0.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
432 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
433 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
434 {file = "email_validator-2.2.0-py3-none-any.whl", hash = "sha256:561977c2d73ce3611850a06fa56b414621e0c8faa9d66f2611407d87465da631"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
435 {file = "email_validator-2.2.0.tar.gz", hash = "sha256:cb690f344c617a714f22e66ae771445a1ceb46821152df8e165c5f9a364582b7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
436 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
437
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
438 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
439 name = "executing"
drewp@bigasterisk.com
parents:
diff changeset
440 version = "2.0.1"
drewp@bigasterisk.com
parents:
diff changeset
441 requires_python = ">=3.5"
drewp@bigasterisk.com
parents:
diff changeset
442 summary = "Get the currently executing AST node of a frame, and other information"
drewp@bigasterisk.com
parents:
diff changeset
443 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
444 files = [
drewp@bigasterisk.com
parents:
diff changeset
445 {file = "executing-2.0.1-py2.py3-none-any.whl", hash = "sha256:eac49ca94516ccc753f9fb5ce82603156e590b27525a8bc32cce8ae302eb61bc"},
drewp@bigasterisk.com
parents:
diff changeset
446 {file = "executing-2.0.1.tar.gz", hash = "sha256:35afe2ce3affba8ee97f2d69927fa823b08b472b7b994e36a52a964b93d16147"},
drewp@bigasterisk.com
parents:
diff changeset
447 ]
drewp@bigasterisk.com
parents:
diff changeset
448
drewp@bigasterisk.com
parents:
diff changeset
449 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
450 name = "fastapi"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
451 version = "0.111.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
452 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
453 summary = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
454 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
455 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
456 "email-validator>=2.0.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
457 "fastapi-cli>=0.0.2",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
458 "httpx>=0.23.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
459 "jinja2>=2.11.2",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
460 "orjson>=3.2.1",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
461 "pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
462 "python-multipart>=0.0.7",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
463 "starlette<0.38.0,>=0.37.2",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
464 "typing-extensions>=4.8.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
465 "ujson!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,>=4.0.1",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
466 "uvicorn[standard]>=0.12.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
467 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
468 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
469 {file = "fastapi-0.111.0-py3-none-any.whl", hash = "sha256:97ecbf994be0bcbdadedf88c3150252bed7b2087075ac99735403b1b76cc8fc0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
470 {file = "fastapi-0.111.0.tar.gz", hash = "sha256:b9db9dd147c91cb8b769f7183535773d8741dd46f9dc6676cd82eab510228cd7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
471 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
472
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
473 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
474 name = "fastapi-cli"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
475 version = "0.0.4"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
476 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
477 summary = "Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
478 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
479 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
480 "typer>=0.12.3",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
481 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
482 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
483 {file = "fastapi_cli-0.0.4-py3-none-any.whl", hash = "sha256:a2552f3a7ae64058cdbb530be6fa6dbfc975dc165e4fa66d224c3d396e25e809"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
484 {file = "fastapi_cli-0.0.4.tar.gz", hash = "sha256:e2e9ffaffc1f7767f488d6da34b6f5a377751c996f397902eb6abb99a67bde32"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
485 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
486
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
487 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
488 name = "fsspec"
drewp@bigasterisk.com
parents:
diff changeset
489 version = "2024.6.1"
drewp@bigasterisk.com
parents:
diff changeset
490 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
491 summary = "File-system specification"
drewp@bigasterisk.com
parents:
diff changeset
492 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
493 files = [
drewp@bigasterisk.com
parents:
diff changeset
494 {file = "fsspec-2024.6.1-py3-none-any.whl", hash = "sha256:3cb443f8bcd2efb31295a5b9fdb02aee81d8452c80d28f97a6d0959e6cee101e"},
drewp@bigasterisk.com
parents:
diff changeset
495 {file = "fsspec-2024.6.1.tar.gz", hash = "sha256:fad7d7e209dd4c1208e3bbfda706620e0da5142bebbd9c384afb95b07e798e49"},
drewp@bigasterisk.com
parents:
diff changeset
496 ]
drewp@bigasterisk.com
parents:
diff changeset
497
drewp@bigasterisk.com
parents:
diff changeset
498 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
499 name = "google-auth"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
500 version = "2.32.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
501 requires_python = ">=3.7"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
502 summary = "Google Authentication Library"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
503 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
504 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
505 "cachetools<6.0,>=2.0.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
506 "pyasn1-modules>=0.2.1",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
507 "rsa<5,>=3.1.4",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
508 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
509 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
510 {file = "google_auth-2.32.0-py2.py3-none-any.whl", hash = "sha256:53326ea2ebec768070a94bee4e1b9194c9646ea0c2bd72422785bd0f9abfad7b"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
511 {file = "google_auth-2.32.0.tar.gz", hash = "sha256:49315be72c55a6a37d62819e3573f6b416aca00721f7e3e31a008d928bf64022"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
512 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
513
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
514 [[package]]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
515 name = "graphviz"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
516 version = "0.20.3"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
517 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
518 summary = "Simple Python interface for Graphviz"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
519 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
520 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
521 {file = "graphviz-0.20.3-py3-none-any.whl", hash = "sha256:81f848f2904515d8cd359cc611faba817598d2feaac4027b266aa3eda7b3dde5"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
522 {file = "graphviz-0.20.3.zip", hash = "sha256:09d6bc81e6a9fa392e7ba52135a9d49f1ed62526f96499325930e87ca1b5925d"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
523 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
524
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
525 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
526 name = "greenlet"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
527 version = "3.0.3"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
528 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
529 summary = "Lightweight in-process concurrent programming"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
530 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
531 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
532 {file = "greenlet-3.0.3-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:b1b5667cced97081bf57b8fa1d6bfca67814b0afd38208d52538316e9422fc61"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
533 {file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:52f59dd9c96ad2fc0d5724107444f76eb20aaccb675bf825df6435acb7703559"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
534 {file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:afaff6cf5200befd5cec055b07d1c0a5a06c040fe5ad148abcd11ba6ab9b114e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
535 {file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fe754d231288e1e64323cfad462fcee8f0288654c10bdf4f603a39ed923bef33"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
536 {file = "greenlet-3.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2797aa5aedac23af156bbb5a6aa2cd3427ada2972c828244eb7d1b9255846379"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
537 {file = "greenlet-3.0.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b7f009caad047246ed379e1c4dbcb8b020f0a390667ea74d2387be2998f58a22"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
538 {file = "greenlet-3.0.3-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:c5e1536de2aad7bf62e27baf79225d0d64360d4168cf2e6becb91baf1ed074f3"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
539 {file = "greenlet-3.0.3-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:894393ce10ceac937e56ec00bb71c4c2f8209ad516e96033e4b3b1de270e200d"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
540 {file = "greenlet-3.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:1ea188d4f49089fc6fb283845ab18a2518d279c7cd9da1065d7a84e991748728"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
541 {file = "greenlet-3.0.3-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:70fb482fdf2c707765ab5f0b6655e9cfcf3780d8d87355a063547b41177599be"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
542 {file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d4d1ac74f5c0c0524e4a24335350edad7e5f03b9532da7ea4d3c54d527784f2e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
543 {file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:149e94a2dd82d19838fe4b2259f1b6b9957d5ba1b25640d2380bea9c5df37676"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
544 {file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:15d79dd26056573940fcb8c7413d84118086f2ec1a8acdfa854631084393efcc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
545 {file = "greenlet-3.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:881b7db1ebff4ba09aaaeae6aa491daeb226c8150fc20e836ad00041bcb11230"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
546 {file = "greenlet-3.0.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fcd2469d6a2cf298f198f0487e0a5b1a47a42ca0fa4dfd1b6862c999f018ebbf"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
547 {file = "greenlet-3.0.3-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:1f672519db1796ca0d8753f9e78ec02355e862d0998193038c7073045899f305"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
548 {file = "greenlet-3.0.3-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:2516a9957eed41dd8f1ec0c604f1cdc86758b587d964668b5b196a9db5bfcde6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
549 {file = "greenlet-3.0.3-cp312-cp312-win_amd64.whl", hash = "sha256:bba5387a6975598857d86de9eac14210a49d554a77eb8261cc68b7d082f78ce2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
550 {file = "greenlet-3.0.3.tar.gz", hash = "sha256:43374442353259554ce33599da8b692d5aa96f8976d567d4badf263371fbe491"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
551 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
552
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
553 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
554 name = "griffe"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
555 version = "0.47.0"
0
drewp@bigasterisk.com
parents:
diff changeset
556 requires_python = ">=3.8"
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
557 summary = "Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API."
0
drewp@bigasterisk.com
parents:
diff changeset
558 groups = ["default"]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
559 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
560 "colorama>=0.4",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
561 ]
0
drewp@bigasterisk.com
parents:
diff changeset
562 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
563 {file = "griffe-0.47.0-py3-none-any.whl", hash = "sha256:07a2fd6a8c3d21d0bbb0decf701d62042ccc8a576645c7f8799fe1f10de2b2de"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
564 {file = "griffe-0.47.0.tar.gz", hash = "sha256:95119a440a3c932b13293538bdbc405bee4c36428547553dc6b327e7e7d35e5a"},
0
drewp@bigasterisk.com
parents:
diff changeset
565 ]
drewp@bigasterisk.com
parents:
diff changeset
566
drewp@bigasterisk.com
parents:
diff changeset
567 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
568 name = "h11"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
569 version = "0.14.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
570 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
571 summary = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
572 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
573 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
574 {file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
575 {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
576 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
577
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
578 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
579 name = "h2"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
580 version = "4.1.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
581 requires_python = ">=3.6.1"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
582 summary = "HTTP/2 State-Machine based protocol implementation"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
583 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
584 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
585 "hpack<5,>=4.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
586 "hyperframe<7,>=6.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
587 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
588 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
589 {file = "h2-4.1.0-py3-none-any.whl", hash = "sha256:03a46bcf682256c95b5fd9e9a99c1323584c3eec6440d379b9903d709476bc6d"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
590 {file = "h2-4.1.0.tar.gz", hash = "sha256:a83aca08fbe7aacb79fec788c9c0bac936343560ed9ec18b82a13a12c28d2abb"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
591 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
592
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
593 [[package]]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
594 name = "hpack"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
595 version = "4.0.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
596 requires_python = ">=3.6.1"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
597 summary = "Pure-Python HPACK header compression"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
598 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
599 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
600 {file = "hpack-4.0.0-py3-none-any.whl", hash = "sha256:84a076fad3dc9a9f8063ccb8041ef100867b1878b25ef0ee63847a5d53818a6c"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
601 {file = "hpack-4.0.0.tar.gz", hash = "sha256:fc41de0c63e687ebffde81187a948221294896f6bdc0ae2312708df339430095"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
602 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
603
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
604 [[package]]
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
605 name = "html5lib"
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
606 version = "1.1"
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
607 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
608 summary = "HTML parser based on the WHATWG HTML specification"
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
609 groups = ["default"]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
610 dependencies = [
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
611 "six>=1.9",
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
612 "webencodings",
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
613 ]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
614 files = [
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
615 {file = "html5lib-1.1-py2.py3-none-any.whl", hash = "sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
616 {file = "html5lib-1.1.tar.gz", hash = "sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
617 ]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
618
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
619 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
620 name = "httpcore"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
621 version = "1.0.5"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
622 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
623 summary = "A minimal low-level HTTP client."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
624 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
625 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
626 "certifi",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
627 "h11<0.15,>=0.13",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
628 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
629 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
630 {file = "httpcore-1.0.5-py3-none-any.whl", hash = "sha256:421f18bac248b25d310f3cacd198d55b8e6125c107797b609ff9b7a6ba7991b5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
631 {file = "httpcore-1.0.5.tar.gz", hash = "sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
632 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
633
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
634 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
635 name = "httptools"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
636 version = "0.6.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
637 requires_python = ">=3.8.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
638 summary = "A collection of framework independent HTTP protocol utils."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
639 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
640 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
641 {file = "httptools-0.6.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:7a7ea483c1a4485c71cb5f38be9db078f8b0e8b4c4dc0210f531cdd2ddac1ef1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
642 {file = "httptools-0.6.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:85ed077c995e942b6f1b07583e4eb0a8d324d418954fc6af913d36db7c05a5a0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
643 {file = "httptools-0.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b0bb634338334385351a1600a73e558ce619af390c2b38386206ac6a27fecfc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
644 {file = "httptools-0.6.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7d9ceb2c957320def533671fc9c715a80c47025139c8d1f3797477decbc6edd2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
645 {file = "httptools-0.6.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:4f0f8271c0a4db459f9dc807acd0eadd4839934a4b9b892f6f160e94da309837"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
646 {file = "httptools-0.6.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:6a4f5ccead6d18ec072ac0b84420e95d27c1cdf5c9f1bc8fbd8daf86bd94f43d"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
647 {file = "httptools-0.6.1-cp311-cp311-win_amd64.whl", hash = "sha256:5cceac09f164bcba55c0500a18fe3c47df29b62353198e4f37bbcc5d591172c3"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
648 {file = "httptools-0.6.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:75c8022dca7935cba14741a42744eee13ba05db00b27a4b940f0d646bd4d56d0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
649 {file = "httptools-0.6.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:48ed8129cd9a0d62cf4d1575fcf90fb37e3ff7d5654d3a5814eb3d55f36478c2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
650 {file = "httptools-0.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6f58e335a1402fb5a650e271e8c2d03cfa7cea46ae124649346d17bd30d59c90"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
651 {file = "httptools-0.6.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:93ad80d7176aa5788902f207a4e79885f0576134695dfb0fefc15b7a4648d503"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
652 {file = "httptools-0.6.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:9bb68d3a085c2174c2477eb3ffe84ae9fb4fde8792edb7bcd09a1d8467e30a84"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
653 {file = "httptools-0.6.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:b512aa728bc02354e5ac086ce76c3ce635b62f5fbc32ab7082b5e582d27867bb"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
654 {file = "httptools-0.6.1-cp312-cp312-win_amd64.whl", hash = "sha256:97662ce7fb196c785344d00d638fc9ad69e18ee4bfb4000b35a52efe5adcc949"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
655 {file = "httptools-0.6.1.tar.gz", hash = "sha256:c6e26c30455600b95d94b1b836085138e82f177351454ee841c148f93a9bad5a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
656 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
657
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
658 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
659 name = "httpx"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
660 version = "0.27.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
661 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
662 summary = "The next generation HTTP client."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
663 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
664 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
665 "anyio",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
666 "certifi",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
667 "httpcore==1.*",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
668 "idna",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
669 "sniffio",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
670 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
671 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
672 {file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
673 {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
674 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
675
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
676 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
677 name = "httpx"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
678 version = "0.27.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
679 extras = ["http2"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
680 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
681 summary = "The next generation HTTP client."
0
drewp@bigasterisk.com
parents:
diff changeset
682 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
683 dependencies = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
684 "h2<5,>=3",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
685 "httpx==0.27.0",
0
drewp@bigasterisk.com
parents:
diff changeset
686 ]
drewp@bigasterisk.com
parents:
diff changeset
687 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
688 {file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
689 {file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"},
0
drewp@bigasterisk.com
parents:
diff changeset
690 ]
drewp@bigasterisk.com
parents:
diff changeset
691
drewp@bigasterisk.com
parents:
diff changeset
692 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
693 name = "hyperframe"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
694 version = "6.0.1"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
695 requires_python = ">=3.6.1"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
696 summary = "HTTP/2 framing layer for Python"
0
drewp@bigasterisk.com
parents:
diff changeset
697 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
698 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
699 {file = "hyperframe-6.0.1-py3-none-any.whl", hash = "sha256:0ec6bafd80d8ad2195c4f03aacba3a8265e57bc4cff261e802bf39970ed02a15"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
700 {file = "hyperframe-6.0.1.tar.gz", hash = "sha256:ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914"},
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
701 ]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
702
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
703 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
704 name = "idna"
drewp@bigasterisk.com
parents:
diff changeset
705 version = "3.7"
drewp@bigasterisk.com
parents:
diff changeset
706 requires_python = ">=3.5"
drewp@bigasterisk.com
parents:
diff changeset
707 summary = "Internationalized Domain Names in Applications (IDNA)"
drewp@bigasterisk.com
parents:
diff changeset
708 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
709 files = [
drewp@bigasterisk.com
parents:
diff changeset
710 {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"},
drewp@bigasterisk.com
parents:
diff changeset
711 {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"},
drewp@bigasterisk.com
parents:
diff changeset
712 ]
drewp@bigasterisk.com
parents:
diff changeset
713
drewp@bigasterisk.com
parents:
diff changeset
714 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
715 name = "ipdb"
drewp@bigasterisk.com
parents:
diff changeset
716 version = "0.13.13"
drewp@bigasterisk.com
parents:
diff changeset
717 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
drewp@bigasterisk.com
parents:
diff changeset
718 summary = "IPython-enabled pdb"
drewp@bigasterisk.com
parents:
diff changeset
719 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
720 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
721 "decorator; python_version >= \"3.11\"",
drewp@bigasterisk.com
parents:
diff changeset
722 "ipython>=7.31.1; python_version >= \"3.11\"",
drewp@bigasterisk.com
parents:
diff changeset
723 ]
drewp@bigasterisk.com
parents:
diff changeset
724 files = [
drewp@bigasterisk.com
parents:
diff changeset
725 {file = "ipdb-0.13.13-py3-none-any.whl", hash = "sha256:45529994741c4ab6d2388bfa5d7b725c2cf7fe9deffabdb8a6113aa5ed449ed4"},
drewp@bigasterisk.com
parents:
diff changeset
726 {file = "ipdb-0.13.13.tar.gz", hash = "sha256:e3ac6018ef05126d442af680aad863006ec19d02290561ac88b8b1c0b0cfc726"},
drewp@bigasterisk.com
parents:
diff changeset
727 ]
drewp@bigasterisk.com
parents:
diff changeset
728
drewp@bigasterisk.com
parents:
diff changeset
729 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
730 name = "ipython"
drewp@bigasterisk.com
parents:
diff changeset
731 version = "8.26.0"
drewp@bigasterisk.com
parents:
diff changeset
732 requires_python = ">=3.10"
drewp@bigasterisk.com
parents:
diff changeset
733 summary = "IPython: Productive Interactive Computing"
drewp@bigasterisk.com
parents:
diff changeset
734 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
735 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
736 "colorama; sys_platform == \"win32\"",
drewp@bigasterisk.com
parents:
diff changeset
737 "decorator",
drewp@bigasterisk.com
parents:
diff changeset
738 "jedi>=0.16",
drewp@bigasterisk.com
parents:
diff changeset
739 "matplotlib-inline",
drewp@bigasterisk.com
parents:
diff changeset
740 "pexpect>4.3; sys_platform != \"win32\" and sys_platform != \"emscripten\"",
drewp@bigasterisk.com
parents:
diff changeset
741 "prompt-toolkit<3.1.0,>=3.0.41",
drewp@bigasterisk.com
parents:
diff changeset
742 "pygments>=2.4.0",
drewp@bigasterisk.com
parents:
diff changeset
743 "stack-data",
drewp@bigasterisk.com
parents:
diff changeset
744 "traitlets>=5.13.0",
drewp@bigasterisk.com
parents:
diff changeset
745 "typing-extensions>=4.6; python_version < \"3.12\"",
drewp@bigasterisk.com
parents:
diff changeset
746 ]
drewp@bigasterisk.com
parents:
diff changeset
747 files = [
drewp@bigasterisk.com
parents:
diff changeset
748 {file = "ipython-8.26.0-py3-none-any.whl", hash = "sha256:e6b347c27bdf9c32ee9d31ae85defc525755a1869f14057e900675b9e8d6e6ff"},
drewp@bigasterisk.com
parents:
diff changeset
749 {file = "ipython-8.26.0.tar.gz", hash = "sha256:1cec0fbba8404af13facebe83d04436a7434c7400e59f47acf467c64abd0956c"},
drewp@bigasterisk.com
parents:
diff changeset
750 ]
drewp@bigasterisk.com
parents:
diff changeset
751
drewp@bigasterisk.com
parents:
diff changeset
752 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
753 name = "jedi"
drewp@bigasterisk.com
parents:
diff changeset
754 version = "0.19.1"
drewp@bigasterisk.com
parents:
diff changeset
755 requires_python = ">=3.6"
drewp@bigasterisk.com
parents:
diff changeset
756 summary = "An autocompletion tool for Python that can be used for text editors."
drewp@bigasterisk.com
parents:
diff changeset
757 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
758 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
759 "parso<0.9.0,>=0.8.3",
drewp@bigasterisk.com
parents:
diff changeset
760 ]
drewp@bigasterisk.com
parents:
diff changeset
761 files = [
drewp@bigasterisk.com
parents:
diff changeset
762 {file = "jedi-0.19.1-py2.py3-none-any.whl", hash = "sha256:e983c654fe5c02867aef4cdfce5a2fbb4a50adc0af145f70504238f18ef5e7e0"},
drewp@bigasterisk.com
parents:
diff changeset
763 {file = "jedi-0.19.1.tar.gz", hash = "sha256:cf0496f3651bc65d7174ac1b7d043eff454892c708a87d1b683e57b569927ffd"},
drewp@bigasterisk.com
parents:
diff changeset
764 ]
drewp@bigasterisk.com
parents:
diff changeset
765
drewp@bigasterisk.com
parents:
diff changeset
766 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
767 name = "jinja2"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
768 version = "3.1.4"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
769 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
770 summary = "A very fast and expressive template engine."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
771 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
772 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
773 "MarkupSafe>=2.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
774 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
775 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
776 {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
777 {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
778 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
779
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
780 [[package]]
1
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
781 name = "joblib"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
782 version = "1.4.2"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
783 requires_python = ">=3.8"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
784 summary = "Lightweight pipelining with Python functions"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
785 groups = ["default"]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
786 files = [
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
787 {file = "joblib-1.4.2-py3-none-any.whl", hash = "sha256:06d478d5674cbc267e7496a410ee875abd68e4340feff4490bcb7afb88060ae6"},
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
788 {file = "joblib-1.4.2.tar.gz", hash = "sha256:2382c5816b2636fbd20a09e0f4e9dad4736765fdfb7dca582943b9c1366b3f0e"},
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
789 ]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
790
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
791 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
792 name = "jsonpatch"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
793 version = "1.33"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
794 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
795 summary = "Apply JSON-Patches (RFC 6902) "
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
796 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
797 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
798 "jsonpointer>=1.9",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
799 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
800 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
801 {file = "jsonpatch-1.33-py2.py3-none-any.whl", hash = "sha256:0ae28c0cd062bbd8b8ecc26d7d164fbbea9652a1a3693f3b956c1eae5145dade"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
802 {file = "jsonpatch-1.33.tar.gz", hash = "sha256:9fcd4009c41e6d12348b4a0ff2563ba56a2923a7dfee731d004e212e1ee5030c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
803 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
804
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
805 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
806 name = "jsonpointer"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
807 version = "3.0.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
808 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
809 summary = "Identify specific nodes in a JSON document (RFC 6901) "
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
810 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
811 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
812 {file = "jsonpointer-3.0.0-py2.py3-none-any.whl", hash = "sha256:13e088adc14fca8b6aa8177c044e12701e6ad4b28ff10e65f2267a90109c9942"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
813 {file = "jsonpointer-3.0.0.tar.gz", hash = "sha256:2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
814 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
815
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
816 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
817 name = "jsonschema"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
818 version = "4.23.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
819 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
820 summary = "An implementation of JSON Schema validation for Python"
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
821 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
822 dependencies = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
823 "attrs>=22.2.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
824 "jsonschema-specifications>=2023.03.6",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
825 "referencing>=0.28.4",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
826 "rpds-py>=0.7.1",
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
827 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
828 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
829 {file = "jsonschema-4.23.0-py3-none-any.whl", hash = "sha256:fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
830 {file = "jsonschema-4.23.0.tar.gz", hash = "sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4"},
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
831 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
832
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
833 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
834 name = "jsonschema-specifications"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
835 version = "2023.12.1"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
836 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
837 summary = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
838 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
839 dependencies = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
840 "referencing>=0.31.0",
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
841 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
842 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
843 {file = "jsonschema_specifications-2023.12.1-py3-none-any.whl", hash = "sha256:87e4fdf3a94858b8a2ba2778d9ba57d8a9cafca7c7489c46ba0d30a8bc6a9c3c"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
844 {file = "jsonschema_specifications-2023.12.1.tar.gz", hash = "sha256:48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc"},
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
845 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
846
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
847 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
848 name = "kubernetes"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
849 version = "28.1.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
850 requires_python = ">=3.6"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
851 summary = "Kubernetes python client"
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
852 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
853 dependencies = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
854 "certifi>=14.05.14",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
855 "google-auth>=1.0.1",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
856 "oauthlib>=3.2.2",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
857 "python-dateutil>=2.5.3",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
858 "pyyaml>=5.4.1",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
859 "requests",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
860 "requests-oauthlib",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
861 "six>=1.9.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
862 "urllib3<2.0,>=1.24.2",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
863 "websocket-client!=0.40.0,!=0.41.*,!=0.42.*,>=0.32.0",
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
864 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
865 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
866 {file = "kubernetes-28.1.0-py2.py3-none-any.whl", hash = "sha256:10f56f8160dcb73647f15fafda268e7f60cf7dbc9f8e46d52fcd46d3beb0c18d"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
867 {file = "kubernetes-28.1.0.tar.gz", hash = "sha256:1468069a573430fb1cb5ad22876868f57977930f80a6749405da31cd6086a7e9"},
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
868 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
869
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
870 [[package]]
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
871 name = "lxml"
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
872 version = "5.2.2"
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
873 requires_python = ">=3.6"
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
874 summary = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
875 groups = ["default"]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
876 files = [
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
877 {file = "lxml-5.2.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:45f9494613160d0405682f9eee781c7e6d1bf45f819654eb249f8f46a2c22545"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
878 {file = "lxml-5.2.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b0b3f2df149efb242cee2ffdeb6674b7f30d23c9a7af26595099afaf46ef4e88"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
879 {file = "lxml-5.2.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d28cb356f119a437cc58a13f8135ab8a4c8ece18159eb9194b0d269ec4e28083"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
880 {file = "lxml-5.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:657a972f46bbefdbba2d4f14413c0d079f9ae243bd68193cb5061b9732fa54c1"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
881 {file = "lxml-5.2.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b74b9ea10063efb77a965a8d5f4182806fbf59ed068b3c3fd6f30d2ac7bee734"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
882 {file = "lxml-5.2.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:07542787f86112d46d07d4f3c4e7c760282011b354d012dc4141cc12a68cef5f"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
883 {file = "lxml-5.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:303f540ad2dddd35b92415b74b900c749ec2010e703ab3bfd6660979d01fd4ed"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
884 {file = "lxml-5.2.2-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:2eb2227ce1ff998faf0cd7fe85bbf086aa41dfc5af3b1d80867ecfe75fb68df3"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
885 {file = "lxml-5.2.2-cp311-cp311-manylinux_2_28_ppc64le.whl", hash = "sha256:1d8a701774dfc42a2f0b8ccdfe7dbc140500d1049e0632a611985d943fcf12df"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
886 {file = "lxml-5.2.2-cp311-cp311-manylinux_2_28_s390x.whl", hash = "sha256:56793b7a1a091a7c286b5f4aa1fe4ae5d1446fe742d00cdf2ffb1077865db10d"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
887 {file = "lxml-5.2.2-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:eb00b549b13bd6d884c863554566095bf6fa9c3cecb2e7b399c4bc7904cb33b5"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
888 {file = "lxml-5.2.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:1a2569a1f15ae6c8c64108a2cd2b4a858fc1e13d25846be0666fc144715e32ab"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
889 {file = "lxml-5.2.2-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:8cf85a6e40ff1f37fe0f25719aadf443686b1ac7652593dc53c7ef9b8492b115"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
890 {file = "lxml-5.2.2-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:d237ba6664b8e60fd90b8549a149a74fcc675272e0e95539a00522e4ca688b04"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
891 {file = "lxml-5.2.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:0b3f5016e00ae7630a4b83d0868fca1e3d494c78a75b1c7252606a3a1c5fc2ad"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
892 {file = "lxml-5.2.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:23441e2b5339bc54dc949e9e675fa35efe858108404ef9aa92f0456929ef6fe8"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
893 {file = "lxml-5.2.2-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:2fb0ba3e8566548d6c8e7dd82a8229ff47bd8fb8c2da237607ac8e5a1b8312e5"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
894 {file = "lxml-5.2.2-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:79d1fb9252e7e2cfe4de6e9a6610c7cbb99b9708e2c3e29057f487de5a9eaefa"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
895 {file = "lxml-5.2.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:6dcc3d17eac1df7859ae01202e9bb11ffa8c98949dcbeb1069c8b9a75917e01b"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
896 {file = "lxml-5.2.2-cp311-cp311-win32.whl", hash = "sha256:4c30a2f83677876465f44c018830f608fa3c6a8a466eb223535035fbc16f3438"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
897 {file = "lxml-5.2.2-cp311-cp311-win_amd64.whl", hash = "sha256:49095a38eb333aaf44c06052fd2ec3b8f23e19747ca7ec6f6c954ffea6dbf7be"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
898 {file = "lxml-5.2.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:7429e7faa1a60cad26ae4227f4dd0459efde239e494c7312624ce228e04f6391"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
899 {file = "lxml-5.2.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:50ccb5d355961c0f12f6cf24b7187dbabd5433f29e15147a67995474f27d1776"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
900 {file = "lxml-5.2.2-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:dc911208b18842a3a57266d8e51fc3cfaccee90a5351b92079beed912a7914c2"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
901 {file = "lxml-5.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:33ce9e786753743159799fdf8e92a5da351158c4bfb6f2db0bf31e7892a1feb5"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
902 {file = "lxml-5.2.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ec87c44f619380878bd49ca109669c9f221d9ae6883a5bcb3616785fa8f94c97"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
903 {file = "lxml-5.2.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:08ea0f606808354eb8f2dfaac095963cb25d9d28e27edcc375d7b30ab01abbf6"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
904 {file = "lxml-5.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:75a9632f1d4f698b2e6e2e1ada40e71f369b15d69baddb8968dcc8e683839b18"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
905 {file = "lxml-5.2.2-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:74da9f97daec6928567b48c90ea2c82a106b2d500f397eeb8941e47d30b1ca85"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
906 {file = "lxml-5.2.2-cp312-cp312-manylinux_2_28_ppc64le.whl", hash = "sha256:0969e92af09c5687d769731e3f39ed62427cc72176cebb54b7a9d52cc4fa3b73"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
907 {file = "lxml-5.2.2-cp312-cp312-manylinux_2_28_s390x.whl", hash = "sha256:9164361769b6ca7769079f4d426a41df6164879f7f3568be9086e15baca61466"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
908 {file = "lxml-5.2.2-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:d26a618ae1766279f2660aca0081b2220aca6bd1aa06b2cf73f07383faf48927"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
909 {file = "lxml-5.2.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:ab67ed772c584b7ef2379797bf14b82df9aa5f7438c5b9a09624dd834c1c1aaf"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
910 {file = "lxml-5.2.2-cp312-cp312-musllinux_1_1_ppc64le.whl", hash = "sha256:3d1e35572a56941b32c239774d7e9ad724074d37f90c7a7d499ab98761bd80cf"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
911 {file = "lxml-5.2.2-cp312-cp312-musllinux_1_1_s390x.whl", hash = "sha256:8268cbcd48c5375f46e000adb1390572c98879eb4f77910c6053d25cc3ac2c67"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
912 {file = "lxml-5.2.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:e282aedd63c639c07c3857097fc0e236f984ceb4089a8b284da1c526491e3f3d"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
913 {file = "lxml-5.2.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6dfdc2bfe69e9adf0df4915949c22a25b39d175d599bf98e7ddf620a13678585"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
914 {file = "lxml-5.2.2-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:4aefd911793b5d2d7a921233a54c90329bf3d4a6817dc465f12ffdfe4fc7b8fe"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
915 {file = "lxml-5.2.2-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:8b8df03a9e995b6211dafa63b32f9d405881518ff1ddd775db4e7b98fb545e1c"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
916 {file = "lxml-5.2.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:f11ae142f3a322d44513de1018b50f474f8f736bc3cd91d969f464b5bfef8836"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
917 {file = "lxml-5.2.2-cp312-cp312-win32.whl", hash = "sha256:16a8326e51fcdffc886294c1e70b11ddccec836516a343f9ed0f82aac043c24a"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
918 {file = "lxml-5.2.2-cp312-cp312-win_amd64.whl", hash = "sha256:bbc4b80af581e18568ff07f6395c02114d05f4865c2812a1f02f2eaecf0bfd48"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
919 {file = "lxml-5.2.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:b537bd04d7ccd7c6350cdaaaad911f6312cbd61e6e6045542f781c7f8b2e99d2"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
920 {file = "lxml-5.2.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4820c02195d6dfb7b8508ff276752f6b2ff8b64ae5d13ebe02e7667e035000b9"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
921 {file = "lxml-5.2.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f2a09f6184f17a80897172863a655467da2b11151ec98ba8d7af89f17bf63dae"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
922 {file = "lxml-5.2.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:76acba4c66c47d27c8365e7c10b3d8016a7da83d3191d053a58382311a8bf4e1"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
923 {file = "lxml-5.2.2-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:b128092c927eaf485928cec0c28f6b8bead277e28acf56800e972aa2c2abd7a2"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
924 {file = "lxml-5.2.2-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:ae791f6bd43305aade8c0e22f816b34f3b72b6c820477aab4d18473a37e8090b"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
925 {file = "lxml-5.2.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:a2f6a1bc2460e643785a2cde17293bd7a8f990884b822f7bca47bee0a82fc66b"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
926 {file = "lxml-5.2.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e8d351ff44c1638cb6e980623d517abd9f580d2e53bfcd18d8941c052a5a009"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
927 {file = "lxml-5.2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bec4bd9133420c5c52d562469c754f27c5c9e36ee06abc169612c959bd7dbb07"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
928 {file = "lxml-5.2.2-pp37-pypy37_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:55ce6b6d803890bd3cc89975fca9de1dff39729b43b73cb15ddd933b8bc20484"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
929 {file = "lxml-5.2.2-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:8ab6a358d1286498d80fe67bd3d69fcbc7d1359b45b41e74c4a26964ca99c3f8"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
930 {file = "lxml-5.2.2-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:06668e39e1f3c065349c51ac27ae430719d7806c026fec462e5693b08b95696b"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
931 {file = "lxml-5.2.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:9cd5323344d8ebb9fb5e96da5de5ad4ebab993bbf51674259dbe9d7a18049525"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
932 {file = "lxml-5.2.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:89feb82ca055af0fe797a2323ec9043b26bc371365847dbe83c7fd2e2f181c34"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
933 {file = "lxml-5.2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e481bba1e11ba585fb06db666bfc23dbe181dbafc7b25776156120bf12e0d5a6"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
934 {file = "lxml-5.2.2-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:9d6c6ea6a11ca0ff9cd0390b885984ed31157c168565702959c25e2191674a14"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
935 {file = "lxml-5.2.2-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:3d98de734abee23e61f6b8c2e08a88453ada7d6486dc7cdc82922a03968928db"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
936 {file = "lxml-5.2.2-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:69ab77a1373f1e7563e0fb5a29a8440367dec051da6c7405333699d07444f511"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
937 {file = "lxml-5.2.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:34e17913c431f5ae01d8658dbf792fdc457073dcdfbb31dc0cc6ab256e664a8d"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
938 {file = "lxml-5.2.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:05f8757b03208c3f50097761be2dea0aba02e94f0dc7023ed73a7bb14ff11eb0"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
939 {file = "lxml-5.2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6a520b4f9974b0a0a6ed73c2154de57cdfd0c8800f4f15ab2b73238ffed0b36e"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
940 {file = "lxml-5.2.2-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:5e097646944b66207023bc3c634827de858aebc226d5d4d6d16f0b77566ea182"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
941 {file = "lxml-5.2.2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:b5e4ef22ff25bfd4ede5f8fb30f7b24446345f3e79d9b7455aef2836437bc38a"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
942 {file = "lxml-5.2.2-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:ff69a9a0b4b17d78170c73abe2ab12084bdf1691550c5629ad1fe7849433f324"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
943 {file = "lxml-5.2.2.tar.gz", hash = "sha256:bb2dc4898180bea79863d5487e5f9c7c34297414bad54bcd0f0852aee9cfdb87"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
944 ]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
945
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
946 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
947 name = "mako"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
948 version = "1.3.5"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
949 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
950 summary = "A super-fast templating language that borrows the best ideas from the existing templating languages."
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
951 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
952 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
953 "MarkupSafe>=0.9.2",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
954 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
955 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
956 {file = "Mako-1.3.5-py3-none-any.whl", hash = "sha256:260f1dbc3a519453a9c856dedfe4beb4e50bd5a26d96386cb6c80856556bb91a"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
957 {file = "Mako-1.3.5.tar.gz", hash = "sha256:48dbc20568c1d276a2698b36d968fa76161bf127194907ea6fc594fa81f943bc"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
958 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
959
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
960 [[package]]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
961 name = "markdown"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
962 version = "3.6"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
963 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
964 summary = "Python implementation of John Gruber's Markdown."
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
965 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
966 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
967 {file = "Markdown-3.6-py3-none-any.whl", hash = "sha256:48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
968 {file = "Markdown-3.6.tar.gz", hash = "sha256:ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
969 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
970
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
971 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
972 name = "markdown-it-py"
drewp@bigasterisk.com
parents:
diff changeset
973 version = "3.0.0"
drewp@bigasterisk.com
parents:
diff changeset
974 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
975 summary = "Python port of markdown-it. Markdown parsing, done right!"
drewp@bigasterisk.com
parents:
diff changeset
976 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
977 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
978 "mdurl~=0.1",
drewp@bigasterisk.com
parents:
diff changeset
979 ]
drewp@bigasterisk.com
parents:
diff changeset
980 files = [
drewp@bigasterisk.com
parents:
diff changeset
981 {file = "markdown-it-py-3.0.0.tar.gz", hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb"},
drewp@bigasterisk.com
parents:
diff changeset
982 {file = "markdown_it_py-3.0.0-py3-none-any.whl", hash = "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1"},
drewp@bigasterisk.com
parents:
diff changeset
983 ]
drewp@bigasterisk.com
parents:
diff changeset
984
drewp@bigasterisk.com
parents:
diff changeset
985 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
986 name = "markupsafe"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
987 version = "2.1.5"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
988 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
989 summary = "Safely add untrusted strings to HTML/XML markup."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
990 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
991 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
992 {file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
993 {file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
994 {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
995 {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
996 {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
997 {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
998 {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
999 {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1000 {file = "MarkupSafe-2.1.5-cp311-cp311-win32.whl", hash = "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1001 {file = "MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl", hash = "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1002 {file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1003 {file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1004 {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1005 {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1006 {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1007 {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1008 {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1009 {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1010 {file = "MarkupSafe-2.1.5-cp312-cp312-win32.whl", hash = "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1011 {file = "MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl", hash = "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1012 {file = "MarkupSafe-2.1.5.tar.gz", hash = "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1013 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1014
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1015 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1016 name = "matplotlib-inline"
drewp@bigasterisk.com
parents:
diff changeset
1017 version = "0.1.7"
drewp@bigasterisk.com
parents:
diff changeset
1018 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1019 summary = "Inline Matplotlib backend for Jupyter"
drewp@bigasterisk.com
parents:
diff changeset
1020 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1021 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1022 "traitlets",
drewp@bigasterisk.com
parents:
diff changeset
1023 ]
drewp@bigasterisk.com
parents:
diff changeset
1024 files = [
drewp@bigasterisk.com
parents:
diff changeset
1025 {file = "matplotlib_inline-0.1.7-py3-none-any.whl", hash = "sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca"},
drewp@bigasterisk.com
parents:
diff changeset
1026 {file = "matplotlib_inline-0.1.7.tar.gz", hash = "sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90"},
drewp@bigasterisk.com
parents:
diff changeset
1027 ]
drewp@bigasterisk.com
parents:
diff changeset
1028
drewp@bigasterisk.com
parents:
diff changeset
1029 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1030 name = "mdurl"
drewp@bigasterisk.com
parents:
diff changeset
1031 version = "0.1.2"
drewp@bigasterisk.com
parents:
diff changeset
1032 requires_python = ">=3.7"
drewp@bigasterisk.com
parents:
diff changeset
1033 summary = "Markdown URL utilities"
drewp@bigasterisk.com
parents:
diff changeset
1034 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1035 files = [
drewp@bigasterisk.com
parents:
diff changeset
1036 {file = "mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8"},
drewp@bigasterisk.com
parents:
diff changeset
1037 {file = "mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba"},
drewp@bigasterisk.com
parents:
diff changeset
1038 ]
drewp@bigasterisk.com
parents:
diff changeset
1039
drewp@bigasterisk.com
parents:
diff changeset
1040 [[package]]
1
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1041 name = "nltk"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1042 version = "3.8.1"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1043 requires_python = ">=3.7"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1044 summary = "Natural Language Toolkit"
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1045 groups = ["default"]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1046 dependencies = [
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1047 "click",
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1048 "joblib",
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1049 "regex>=2021.8.3",
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1050 "tqdm",
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1051 ]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1052 files = [
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1053 {file = "nltk-3.8.1-py3-none-any.whl", hash = "sha256:fd5c9109f976fa86bcadba8f91e47f5e9293bd034474752e92a520f81c93dda5"},
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1054 {file = "nltk-3.8.1.zip", hash = "sha256:1834da3d0682cba4f2cede2f9aad6b0fafb6461ba451db0efb6f9c39798d64d3"},
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1055 ]
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1056
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
1057 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1058 name = "oauthlib"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1059 version = "3.2.2"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1060 requires_python = ">=3.6"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1061 summary = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
0
drewp@bigasterisk.com
parents:
diff changeset
1062 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1063 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1064 {file = "oauthlib-3.2.2-py3-none-any.whl", hash = "sha256:8139f29aac13e25d502680e9e19963e83f16838d48a0d71c287fe40e7067fbca"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1065 {file = "oauthlib-3.2.2.tar.gz", hash = "sha256:9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918"},
0
drewp@bigasterisk.com
parents:
diff changeset
1066 ]
drewp@bigasterisk.com
parents:
diff changeset
1067
drewp@bigasterisk.com
parents:
diff changeset
1068 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1069 name = "orjson"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1070 version = "3.10.6"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1071 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1072 summary = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1073 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1074 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1075 {file = "orjson-3.10.6-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:b1ec490e10d2a77c345def52599311849fc063ae0e67cf4f84528073152bb2ba"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1076 {file = "orjson-3.10.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:55d43d3feb8f19d07e9f01e5b9be4f28801cf7c60d0fa0d279951b18fae1932b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1077 {file = "orjson-3.10.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ac3045267e98fe749408eee1593a142e02357c5c99be0802185ef2170086a863"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1078 {file = "orjson-3.10.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c27bc6a28ae95923350ab382c57113abd38f3928af3c80be6f2ba7eb8d8db0b0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1079 {file = "orjson-3.10.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d27456491ca79532d11e507cadca37fb8c9324a3976294f68fb1eff2dc6ced5a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1080 {file = "orjson-3.10.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:05ac3d3916023745aa3b3b388e91b9166be1ca02b7c7e41045da6d12985685f0"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1081 {file = "orjson-3.10.6-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1335d4ef59ab85cab66fe73fd7a4e881c298ee7f63ede918b7faa1b27cbe5212"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1082 {file = "orjson-3.10.6-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:4bbc6d0af24c1575edc79994c20e1b29e6fb3c6a570371306db0993ecf144dc5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1083 {file = "orjson-3.10.6-cp311-none-win32.whl", hash = "sha256:450e39ab1f7694465060a0550b3f6d328d20297bf2e06aa947b97c21e5241fbd"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1084 {file = "orjson-3.10.6-cp311-none-win_amd64.whl", hash = "sha256:227df19441372610b20e05bdb906e1742ec2ad7a66ac8350dcfd29a63014a83b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1085 {file = "orjson-3.10.6-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:ea2977b21f8d5d9b758bb3f344a75e55ca78e3ff85595d248eee813ae23ecdfb"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1086 {file = "orjson-3.10.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b6f3d167d13a16ed263b52dbfedff52c962bfd3d270b46b7518365bcc2121eed"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1087 {file = "orjson-3.10.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f710f346e4c44a4e8bdf23daa974faede58f83334289df80bc9cd12fe82573c7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1088 {file = "orjson-3.10.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7275664f84e027dcb1ad5200b8b18373e9c669b2a9ec33d410c40f5ccf4b257e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1089 {file = "orjson-3.10.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0943e4c701196b23c240b3d10ed8ecd674f03089198cf503105b474a4f77f21f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1090 {file = "orjson-3.10.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:446dee5a491b5bc7d8f825d80d9637e7af43f86a331207b9c9610e2f93fee22a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1091 {file = "orjson-3.10.6-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:64c81456d2a050d380786413786b057983892db105516639cb5d3ee3c7fd5148"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1092 {file = "orjson-3.10.6-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:960db0e31c4e52fa0fc3ecbaea5b2d3b58f379e32a95ae6b0ebeaa25b93dfd34"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1093 {file = "orjson-3.10.6-cp312-none-win32.whl", hash = "sha256:a6ea7afb5b30b2317e0bee03c8d34c8181bc5a36f2afd4d0952f378972c4efd5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1094 {file = "orjson-3.10.6-cp312-none-win_amd64.whl", hash = "sha256:874ce88264b7e655dde4aeaacdc8fd772a7962faadfb41abe63e2a4861abc3dc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1095 {file = "orjson-3.10.6.tar.gz", hash = "sha256:e54b63d0a7c6c54a5f5f726bc93a2078111ef060fec4ecbf34c5db800ca3b3a7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1096 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1097
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1098 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1099 name = "packaging"
drewp@bigasterisk.com
parents:
diff changeset
1100 version = "24.1"
drewp@bigasterisk.com
parents:
diff changeset
1101 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1102 summary = "Core utilities for Python packages"
drewp@bigasterisk.com
parents:
diff changeset
1103 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1104 files = [
drewp@bigasterisk.com
parents:
diff changeset
1105 {file = "packaging-24.1-py3-none-any.whl", hash = "sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124"},
drewp@bigasterisk.com
parents:
diff changeset
1106 {file = "packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"},
drewp@bigasterisk.com
parents:
diff changeset
1107 ]
drewp@bigasterisk.com
parents:
diff changeset
1108
drewp@bigasterisk.com
parents:
diff changeset
1109 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1110 name = "parso"
drewp@bigasterisk.com
parents:
diff changeset
1111 version = "0.8.4"
drewp@bigasterisk.com
parents:
diff changeset
1112 requires_python = ">=3.6"
drewp@bigasterisk.com
parents:
diff changeset
1113 summary = "A Python Parser"
drewp@bigasterisk.com
parents:
diff changeset
1114 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1115 files = [
drewp@bigasterisk.com
parents:
diff changeset
1116 {file = "parso-0.8.4-py2.py3-none-any.whl", hash = "sha256:a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18"},
drewp@bigasterisk.com
parents:
diff changeset
1117 {file = "parso-0.8.4.tar.gz", hash = "sha256:eb3a7b58240fb99099a345571deecc0f9540ea5f4dd2fe14c2a99d6b281ab92d"},
drewp@bigasterisk.com
parents:
diff changeset
1118 ]
drewp@bigasterisk.com
parents:
diff changeset
1119
drewp@bigasterisk.com
parents:
diff changeset
1120 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1121 name = "pathspec"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1122 version = "0.12.1"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1123 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1124 summary = "Utility library for gitignore style pattern matching of file paths."
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1125 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1126 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1127 {file = "pathspec-0.12.1-py3-none-any.whl", hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1128 {file = "pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1129 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1130
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1131 [[package]]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1132 name = "pendulum"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1133 version = "2.1.2"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1134 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1135 summary = "Python datetimes made easy"
0
drewp@bigasterisk.com
parents:
diff changeset
1136 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1137 dependencies = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1138 "python-dateutil<3.0,>=2.6",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1139 "pytzdata>=2020.1",
0
drewp@bigasterisk.com
parents:
diff changeset
1140 ]
drewp@bigasterisk.com
parents:
diff changeset
1141 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1142 {file = "pendulum-2.1.2.tar.gz", hash = "sha256:b06a0ca1bfe41c990bbf0c029f0b6501a7f2ec4e38bfec730712015e8860f207"},
0
drewp@bigasterisk.com
parents:
diff changeset
1143 ]
drewp@bigasterisk.com
parents:
diff changeset
1144
drewp@bigasterisk.com
parents:
diff changeset
1145 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1146 name = "pexpect"
drewp@bigasterisk.com
parents:
diff changeset
1147 version = "4.9.0"
drewp@bigasterisk.com
parents:
diff changeset
1148 summary = "Pexpect allows easy control of interactive console applications."
drewp@bigasterisk.com
parents:
diff changeset
1149 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1150 marker = "sys_platform != \"win32\" and sys_platform != \"emscripten\""
drewp@bigasterisk.com
parents:
diff changeset
1151 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1152 "ptyprocess>=0.5",
drewp@bigasterisk.com
parents:
diff changeset
1153 ]
drewp@bigasterisk.com
parents:
diff changeset
1154 files = [
drewp@bigasterisk.com
parents:
diff changeset
1155 {file = "pexpect-4.9.0-py2.py3-none-any.whl", hash = "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523"},
drewp@bigasterisk.com
parents:
diff changeset
1156 {file = "pexpect-4.9.0.tar.gz", hash = "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f"},
drewp@bigasterisk.com
parents:
diff changeset
1157 ]
drewp@bigasterisk.com
parents:
diff changeset
1158
drewp@bigasterisk.com
parents:
diff changeset
1159 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1160 name = "prefect"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1161 version = "2.13.4"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1162 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1163 summary = "Workflow orchestration and management."
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1164 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1165 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1166 "aiosqlite>=0.17.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1167 "alembic<2.0.0,>=1.7.5",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1168 "anyio<4.0.0,>=3.4.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1169 "apprise<2.0.0,>=1.1.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1170 "asgi-lifespan<3.0,>=1.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1171 "asyncpg>=0.23",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1172 "click<8.2,>=8.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1173 "cloudpickle<3.0,>=2.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1174 "coolname<3.0.0,>=1.0.4",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1175 "croniter<2.0.0,>=1.0.12",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1176 "cryptography>=36.0.1",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1177 "dateparser<2.0.0,>=1.1.1",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1178 "docker<7.0,>=4.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1179 "fastapi>=0.93",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1180 "fsspec>=2022.5.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1181 "graphviz>=0.20.1",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1182 "griffe>=0.20.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1183 "httpx[http2]!=0.23.2,>=0.23",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1184 "jinja2<4.0.0,>=3.0.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1185 "jsonpatch<2.0,>=1.32",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1186 "jsonschema<5.0.0,>=3.2.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1187 "kubernetes<29.0.0,>=24.2.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1188 "orjson<4.0,>=3.7",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1189 "packaging<24.3,>=21.3",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1190 "pathspec>=0.8.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1191 "pendulum<3.0.0,>=2.1.2",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1192 "pydantic<2.0.0,>=1.10.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1193 "python-slugify<9.0,>=5.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1194 "pytz<2024,>=2021.1",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1195 "pyyaml<7.0.0,>=5.4.1",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1196 "readchar<5.0.0,>=4.0.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1197 "rich<14.0,>=11.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1198 "ruamel-yaml>=0.17.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1199 "sqlalchemy[asyncio]!=1.4.33,<3.0.0,>=1.4.22",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1200 "toml>=0.10.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1201 "typer>=0.4.2",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1202 "typing-extensions<5.0.0,>=4.1.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1203 "uvicorn>=0.14.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1204 "websockets>=10.4",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1205 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1206 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1207 {file = "prefect-2.13.4-py3-none-any.whl", hash = "sha256:383d42672fc33843787c7f0883f9ab1517f3ffa9fe2d5e59f79e2a98c9986e6f"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1208 {file = "prefect-2.13.4.tar.gz", hash = "sha256:c89508a93dc636d8c3f00c5527aa5a5366ed064877ecf9590be098e79b390254"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1209 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1210
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1211 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1212 name = "prompt-toolkit"
drewp@bigasterisk.com
parents:
diff changeset
1213 version = "3.0.47"
drewp@bigasterisk.com
parents:
diff changeset
1214 requires_python = ">=3.7.0"
drewp@bigasterisk.com
parents:
diff changeset
1215 summary = "Library for building powerful interactive command lines in Python"
drewp@bigasterisk.com
parents:
diff changeset
1216 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1217 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1218 "wcwidth",
drewp@bigasterisk.com
parents:
diff changeset
1219 ]
drewp@bigasterisk.com
parents:
diff changeset
1220 files = [
drewp@bigasterisk.com
parents:
diff changeset
1221 {file = "prompt_toolkit-3.0.47-py3-none-any.whl", hash = "sha256:0d7bfa67001d5e39d02c224b663abc33687405033a8c422d0d675a5a13361d10"},
drewp@bigasterisk.com
parents:
diff changeset
1222 {file = "prompt_toolkit-3.0.47.tar.gz", hash = "sha256:1e1b29cb58080b1e69f207c893a1a7bf16d127a5c30c9d17a25a5d77792e5360"},
drewp@bigasterisk.com
parents:
diff changeset
1223 ]
drewp@bigasterisk.com
parents:
diff changeset
1224
drewp@bigasterisk.com
parents:
diff changeset
1225 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1226 name = "ptyprocess"
drewp@bigasterisk.com
parents:
diff changeset
1227 version = "0.7.0"
drewp@bigasterisk.com
parents:
diff changeset
1228 summary = "Run a subprocess in a pseudo terminal"
drewp@bigasterisk.com
parents:
diff changeset
1229 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1230 marker = "sys_platform != \"win32\" and sys_platform != \"emscripten\""
drewp@bigasterisk.com
parents:
diff changeset
1231 files = [
drewp@bigasterisk.com
parents:
diff changeset
1232 {file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"},
drewp@bigasterisk.com
parents:
diff changeset
1233 {file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"},
drewp@bigasterisk.com
parents:
diff changeset
1234 ]
drewp@bigasterisk.com
parents:
diff changeset
1235
drewp@bigasterisk.com
parents:
diff changeset
1236 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1237 name = "pure-eval"
drewp@bigasterisk.com
parents:
diff changeset
1238 version = "0.2.2"
drewp@bigasterisk.com
parents:
diff changeset
1239 summary = "Safely evaluate AST nodes without side effects"
drewp@bigasterisk.com
parents:
diff changeset
1240 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1241 files = [
drewp@bigasterisk.com
parents:
diff changeset
1242 {file = "pure_eval-0.2.2-py3-none-any.whl", hash = "sha256:01eaab343580944bc56080ebe0a674b39ec44a945e6d09ba7db3cb8cec289350"},
drewp@bigasterisk.com
parents:
diff changeset
1243 {file = "pure_eval-0.2.2.tar.gz", hash = "sha256:2b45320af6dfaa1750f543d714b6d1c520a1688dec6fd24d339063ce0aaa9ac3"},
drewp@bigasterisk.com
parents:
diff changeset
1244 ]
drewp@bigasterisk.com
parents:
diff changeset
1245
drewp@bigasterisk.com
parents:
diff changeset
1246 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1247 name = "pyasn1"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1248 version = "0.6.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1249 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1250 summary = "Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)"
0
drewp@bigasterisk.com
parents:
diff changeset
1251 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1252 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1253 {file = "pyasn1-0.6.0-py2.py3-none-any.whl", hash = "sha256:cca4bb0f2df5504f02f6f8a775b6e416ff9b0b3b16f7ee80b5a3153d9b804473"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1254 {file = "pyasn1-0.6.0.tar.gz", hash = "sha256:3a35ab2c4b5ef98e17dfdec8ab074046fbda76e281c5a706ccd82328cfc8f64c"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1255 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1256
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1257 [[package]]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1258 name = "pyasn1-modules"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1259 version = "0.4.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1260 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1261 summary = "A collection of ASN.1-based protocols modules"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1262 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1263 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1264 "pyasn1<0.7.0,>=0.4.6",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1265 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1266 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1267 {file = "pyasn1_modules-0.4.0-py3-none-any.whl", hash = "sha256:be04f15b66c206eed667e0bb5ab27e2b1855ea54a842e5037738099e8ca4ae0b"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1268 {file = "pyasn1_modules-0.4.0.tar.gz", hash = "sha256:831dbcea1b177b28c9baddf4c6d1013c24c3accd14a1873fffaa6a2e905f17b6"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1269 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1270
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1271 [[package]]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1272 name = "pycparser"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1273 version = "2.22"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1274 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1275 summary = "C parser in Python"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1276 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1277 marker = "platform_python_implementation != \"PyPy\""
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1278 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1279 {file = "pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1280 {file = "pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"},
0
drewp@bigasterisk.com
parents:
diff changeset
1281 ]
drewp@bigasterisk.com
parents:
diff changeset
1282
drewp@bigasterisk.com
parents:
diff changeset
1283 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1284 name = "pydantic"
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1285 version = "1.10.17"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1286 requires_python = ">=3.7"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1287 summary = "Data validation and settings management using python type hints"
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1288 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1289 dependencies = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1290 "typing-extensions>=4.2.0",
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1291 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1292 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1293 {file = "pydantic-1.10.17-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:fa43f362b46741df8f201bf3e7dff3569fa92069bcc7b4a740dea3602e27ab7a"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1294 {file = "pydantic-1.10.17-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2a72d2a5ff86a3075ed81ca031eac86923d44bc5d42e719d585a8eb547bf0c9b"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1295 {file = "pydantic-1.10.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b4ad32aed3bf5eea5ca5decc3d1bbc3d0ec5d4fbcd72a03cdad849458decbc63"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1296 {file = "pydantic-1.10.17-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:aeb4e741782e236ee7dc1fb11ad94dc56aabaf02d21df0e79e0c21fe07c95741"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1297 {file = "pydantic-1.10.17-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:d2f89a719411cb234105735a520b7c077158a81e0fe1cb05a79c01fc5eb59d3c"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1298 {file = "pydantic-1.10.17-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:db3b48d9283d80a314f7a682f7acae8422386de659fffaba454b77a083c3937d"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1299 {file = "pydantic-1.10.17-cp311-cp311-win_amd64.whl", hash = "sha256:9c803a5113cfab7bbb912f75faa4fc1e4acff43e452c82560349fff64f852e1b"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1300 {file = "pydantic-1.10.17-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:820ae12a390c9cbb26bb44913c87fa2ff431a029a785642c1ff11fed0a095fcb"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1301 {file = "pydantic-1.10.17-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c1e51d1af306641b7d1574d6d3307eaa10a4991542ca324f0feb134fee259815"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1302 {file = "pydantic-1.10.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9e53fb834aae96e7b0dadd6e92c66e7dd9cdf08965340ed04c16813102a47fab"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1303 {file = "pydantic-1.10.17-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0e2495309b1266e81d259a570dd199916ff34f7f51f1b549a0d37a6d9b17b4dc"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1304 {file = "pydantic-1.10.17-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:098ad8de840c92ea586bf8efd9e2e90c6339d33ab5c1cfbb85be66e4ecf8213f"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1305 {file = "pydantic-1.10.17-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:525bbef620dac93c430d5d6bdbc91bdb5521698d434adf4434a7ef6ffd5c4b7f"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1306 {file = "pydantic-1.10.17-cp312-cp312-win_amd64.whl", hash = "sha256:6654028d1144df451e1da69a670083c27117d493f16cf83da81e1e50edce72ad"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1307 {file = "pydantic-1.10.17-py3-none-any.whl", hash = "sha256:e41b5b973e5c64f674b3b4720286ded184dcc26a691dd55f34391c62c6934688"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1308 {file = "pydantic-1.10.17.tar.gz", hash = "sha256:f434160fb14b353caf634149baaf847206406471ba70e64657c1e8330277a991"},
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1309 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1310
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1311 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1312 name = "pygments"
drewp@bigasterisk.com
parents:
diff changeset
1313 version = "2.18.0"
drewp@bigasterisk.com
parents:
diff changeset
1314 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1315 summary = "Pygments is a syntax highlighting package written in Python."
drewp@bigasterisk.com
parents:
diff changeset
1316 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1317 files = [
drewp@bigasterisk.com
parents:
diff changeset
1318 {file = "pygments-2.18.0-py3-none-any.whl", hash = "sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a"},
drewp@bigasterisk.com
parents:
diff changeset
1319 {file = "pygments-2.18.0.tar.gz", hash = "sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"},
drewp@bigasterisk.com
parents:
diff changeset
1320 ]
drewp@bigasterisk.com
parents:
diff changeset
1321
drewp@bigasterisk.com
parents:
diff changeset
1322 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1323 name = "python-dateutil"
drewp@bigasterisk.com
parents:
diff changeset
1324 version = "2.9.0.post0"
drewp@bigasterisk.com
parents:
diff changeset
1325 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
drewp@bigasterisk.com
parents:
diff changeset
1326 summary = "Extensions to the standard Python datetime module"
drewp@bigasterisk.com
parents:
diff changeset
1327 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1328 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1329 "six>=1.5",
drewp@bigasterisk.com
parents:
diff changeset
1330 ]
drewp@bigasterisk.com
parents:
diff changeset
1331 files = [
drewp@bigasterisk.com
parents:
diff changeset
1332 {file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"},
drewp@bigasterisk.com
parents:
diff changeset
1333 {file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"},
drewp@bigasterisk.com
parents:
diff changeset
1334 ]
drewp@bigasterisk.com
parents:
diff changeset
1335
drewp@bigasterisk.com
parents:
diff changeset
1336 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1337 name = "python-dotenv"
drewp@bigasterisk.com
parents:
diff changeset
1338 version = "1.0.1"
drewp@bigasterisk.com
parents:
diff changeset
1339 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1340 summary = "Read key-value pairs from a .env file and set them as environment variables"
drewp@bigasterisk.com
parents:
diff changeset
1341 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1342 files = [
drewp@bigasterisk.com
parents:
diff changeset
1343 {file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"},
drewp@bigasterisk.com
parents:
diff changeset
1344 {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"},
drewp@bigasterisk.com
parents:
diff changeset
1345 ]
drewp@bigasterisk.com
parents:
diff changeset
1346
drewp@bigasterisk.com
parents:
diff changeset
1347 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1348 name = "python-multipart"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1349 version = "0.0.9"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1350 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1351 summary = "A streaming multipart parser for Python"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1352 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1353 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1354 {file = "python_multipart-0.0.9-py3-none-any.whl", hash = "sha256:97ca7b8ea7b05f977dc3849c3ba99d51689822fab725c3703af7c866a0c2b215"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1355 {file = "python_multipart-0.0.9.tar.gz", hash = "sha256:03f54688c663f1b7977105f021043b0793151e4cb1c1a9d4a11fc13d622c4026"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1356 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1357
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1358 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1359 name = "python-slugify"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1360 version = "8.0.4"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1361 requires_python = ">=3.7"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1362 summary = "A Python slugify application that also handles Unicode"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1363 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1364 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1365 "text-unidecode>=1.3",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1366 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1367 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1368 {file = "python-slugify-8.0.4.tar.gz", hash = "sha256:59202371d1d05b54a9e7720c5e038f928f45daaffe41dd10822f3907b937c856"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1369 {file = "python_slugify-8.0.4-py2.py3-none-any.whl", hash = "sha256:276540b79961052b66b7d116620b36518847f52d5fd9e3a70164fc8c50faa6b8"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1370 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1371
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1372 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1373 name = "pytz"
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1374 version = "2023.4"
0
drewp@bigasterisk.com
parents:
diff changeset
1375 summary = "World timezone definitions, modern and historical"
drewp@bigasterisk.com
parents:
diff changeset
1376 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1377 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1378 {file = "pytz-2023.4-py2.py3-none-any.whl", hash = "sha256:f90ef520d95e7c46951105338d918664ebfd6f1d995bd7d153127ce90efafa6a"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1379 {file = "pytz-2023.4.tar.gz", hash = "sha256:31d4583c4ed539cd037956140d695e42c033a19e984bfce9964a3f7d59bc2b40"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1380 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1381
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1382 [[package]]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1383 name = "pytzdata"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1384 version = "2020.1"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1385 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1386 summary = "The Olson timezone database for Python."
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1387 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1388 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1389 {file = "pytzdata-2020.1-py2.py3-none-any.whl", hash = "sha256:e1e14750bcf95016381e4d472bad004eef710f2d6417240904070b3d6654485f"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1390 {file = "pytzdata-2020.1.tar.gz", hash = "sha256:3efa13b335a00a8de1d345ae41ec78dd11c9f8807f522d39850f2dd828681540"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1391 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1392
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1393 [[package]]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1394 name = "pywin32"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1395 version = "306"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1396 summary = "Python for Window Extensions"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1397 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1398 marker = "sys_platform == \"win32\""
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1399 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1400 {file = "pywin32-306-cp311-cp311-win32.whl", hash = "sha256:e65028133d15b64d2ed8f06dd9fbc268352478d4f9289e69c190ecd6818b6407"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1401 {file = "pywin32-306-cp311-cp311-win_amd64.whl", hash = "sha256:a7639f51c184c0272e93f244eb24dafca9b1855707d94c192d4a0b4c01e1100e"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1402 {file = "pywin32-306-cp311-cp311-win_arm64.whl", hash = "sha256:70dba0c913d19f942a2db25217d9a1b726c278f483a919f1abfed79c9cf64d3a"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1403 {file = "pywin32-306-cp312-cp312-win32.whl", hash = "sha256:383229d515657f4e3ed1343da8be101000562bf514591ff383ae940cad65458b"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1404 {file = "pywin32-306-cp312-cp312-win_amd64.whl", hash = "sha256:37257794c1ad39ee9be652da0462dc2e394c8159dfd913a8a4e8eb6fd346da0e"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1405 {file = "pywin32-306-cp312-cp312-win_arm64.whl", hash = "sha256:5821ec52f6d321aa59e2db7e0a35b997de60c201943557d108af9d4ae1ec7040"},
0
drewp@bigasterisk.com
parents:
diff changeset
1406 ]
drewp@bigasterisk.com
parents:
diff changeset
1407
drewp@bigasterisk.com
parents:
diff changeset
1408 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1409 name = "pyyaml"
drewp@bigasterisk.com
parents:
diff changeset
1410 version = "6.0.1"
drewp@bigasterisk.com
parents:
diff changeset
1411 requires_python = ">=3.6"
drewp@bigasterisk.com
parents:
diff changeset
1412 summary = "YAML parser and emitter for Python"
drewp@bigasterisk.com
parents:
diff changeset
1413 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1414 files = [
drewp@bigasterisk.com
parents:
diff changeset
1415 {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"},
drewp@bigasterisk.com
parents:
diff changeset
1416 {file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab"},
drewp@bigasterisk.com
parents:
diff changeset
1417 {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"},
drewp@bigasterisk.com
parents:
diff changeset
1418 {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"},
drewp@bigasterisk.com
parents:
diff changeset
1419 {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"},
drewp@bigasterisk.com
parents:
diff changeset
1420 {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"},
drewp@bigasterisk.com
parents:
diff changeset
1421 {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"},
drewp@bigasterisk.com
parents:
diff changeset
1422 {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"},
drewp@bigasterisk.com
parents:
diff changeset
1423 {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"},
drewp@bigasterisk.com
parents:
diff changeset
1424 {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"},
drewp@bigasterisk.com
parents:
diff changeset
1425 {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"},
drewp@bigasterisk.com
parents:
diff changeset
1426 {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"},
drewp@bigasterisk.com
parents:
diff changeset
1427 {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"},
drewp@bigasterisk.com
parents:
diff changeset
1428 {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"},
drewp@bigasterisk.com
parents:
diff changeset
1429 {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"},
drewp@bigasterisk.com
parents:
diff changeset
1430 {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"},
drewp@bigasterisk.com
parents:
diff changeset
1431 ]
drewp@bigasterisk.com
parents:
diff changeset
1432
drewp@bigasterisk.com
parents:
diff changeset
1433 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1434 name = "readchar"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1435 version = "4.1.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1436 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1437 summary = "Library to easily read single chars and key strokes"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1438 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1439 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1440 {file = "readchar-4.1.0-py3-none-any.whl", hash = "sha256:d163680656b34f263fb5074023db44b999c68ff31ab394445ebfd1a2a41fe9a2"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1441 {file = "readchar-4.1.0.tar.gz", hash = "sha256:6f44d1b5f0fd93bd93236eac7da39609f15df647ab9cea39f5bc7478b3344b99"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1442 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1443
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1444 [[package]]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1445 name = "referencing"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1446 version = "0.35.1"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1447 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1448 summary = "JSON Referencing + Python"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1449 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1450 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1451 "attrs>=22.2.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1452 "rpds-py>=0.7.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1453 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1454 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1455 {file = "referencing-0.35.1-py3-none-any.whl", hash = "sha256:eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1456 {file = "referencing-0.35.1.tar.gz", hash = "sha256:25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1457 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1458
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1459 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1460 name = "regex"
drewp@bigasterisk.com
parents:
diff changeset
1461 version = "2024.5.15"
drewp@bigasterisk.com
parents:
diff changeset
1462 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1463 summary = "Alternative regular expression module, to replace re."
drewp@bigasterisk.com
parents:
diff changeset
1464 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1465 files = [
drewp@bigasterisk.com
parents:
diff changeset
1466 {file = "regex-2024.5.15-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:f5b1dff3ad008dccf18e652283f5e5339d70bf8ba7c98bf848ac33db10f7bc7a"},
drewp@bigasterisk.com
parents:
diff changeset
1467 {file = "regex-2024.5.15-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c6a2b494a76983df8e3d3feea9b9ffdd558b247e60b92f877f93a1ff43d26656"},
drewp@bigasterisk.com
parents:
diff changeset
1468 {file = "regex-2024.5.15-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a32b96f15c8ab2e7d27655969a23895eb799de3665fa94349f3b2fbfd547236f"},
drewp@bigasterisk.com
parents:
diff changeset
1469 {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:10002e86e6068d9e1c91eae8295ef690f02f913c57db120b58fdd35a6bb1af35"},
drewp@bigasterisk.com
parents:
diff changeset
1470 {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ec54d5afa89c19c6dd8541a133be51ee1017a38b412b1321ccb8d6ddbeb4cf7d"},
drewp@bigasterisk.com
parents:
diff changeset
1471 {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:10e4ce0dca9ae7a66e6089bb29355d4432caed736acae36fef0fdd7879f0b0cb"},
drewp@bigasterisk.com
parents:
diff changeset
1472 {file = "regex-2024.5.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3e507ff1e74373c4d3038195fdd2af30d297b4f0950eeda6f515ae3d84a1770f"},
drewp@bigasterisk.com
parents:
diff changeset
1473 {file = "regex-2024.5.15-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d1f059a4d795e646e1c37665b9d06062c62d0e8cc3c511fe01315973a6542e40"},
drewp@bigasterisk.com
parents:
diff changeset
1474 {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:0721931ad5fe0dda45d07f9820b90b2148ccdd8e45bb9e9b42a146cb4f695649"},
drewp@bigasterisk.com
parents:
diff changeset
1475 {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:833616ddc75ad595dee848ad984d067f2f31be645d603e4d158bba656bbf516c"},
drewp@bigasterisk.com
parents:
diff changeset
1476 {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:287eb7f54fc81546346207c533ad3c2c51a8d61075127d7f6d79aaf96cdee890"},
drewp@bigasterisk.com
parents:
diff changeset
1477 {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:19dfb1c504781a136a80ecd1fff9f16dddf5bb43cec6871778c8a907a085bb3d"},
drewp@bigasterisk.com
parents:
diff changeset
1478 {file = "regex-2024.5.15-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:119af6e56dce35e8dfb5222573b50c89e5508d94d55713c75126b753f834de68"},
drewp@bigasterisk.com
parents:
diff changeset
1479 {file = "regex-2024.5.15-cp311-cp311-win32.whl", hash = "sha256:1c1c174d6ec38d6c8a7504087358ce9213d4332f6293a94fbf5249992ba54efa"},
drewp@bigasterisk.com
parents:
diff changeset
1480 {file = "regex-2024.5.15-cp311-cp311-win_amd64.whl", hash = "sha256:9e717956dcfd656f5055cc70996ee2cc82ac5149517fc8e1b60261b907740201"},
drewp@bigasterisk.com
parents:
diff changeset
1481 {file = "regex-2024.5.15-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:632b01153e5248c134007209b5c6348a544ce96c46005d8456de1d552455b014"},
drewp@bigasterisk.com
parents:
diff changeset
1482 {file = "regex-2024.5.15-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:e64198f6b856d48192bf921421fdd8ad8eb35e179086e99e99f711957ffedd6e"},
drewp@bigasterisk.com
parents:
diff changeset
1483 {file = "regex-2024.5.15-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:68811ab14087b2f6e0fc0c2bae9ad689ea3584cad6917fc57be6a48bbd012c49"},
drewp@bigasterisk.com
parents:
diff changeset
1484 {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f8ec0c2fea1e886a19c3bee0cd19d862b3aa75dcdfb42ebe8ed30708df64687a"},
drewp@bigasterisk.com
parents:
diff changeset
1485 {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d0c0c0003c10f54a591d220997dd27d953cd9ccc1a7294b40a4be5312be8797b"},
drewp@bigasterisk.com
parents:
diff changeset
1486 {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2431b9e263af1953c55abbd3e2efca67ca80a3de8a0437cb58e2421f8184717a"},
drewp@bigasterisk.com
parents:
diff changeset
1487 {file = "regex-2024.5.15-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4a605586358893b483976cffc1723fb0f83e526e8f14c6e6614e75919d9862cf"},
drewp@bigasterisk.com
parents:
diff changeset
1488 {file = "regex-2024.5.15-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:391d7f7f1e409d192dba8bcd42d3e4cf9e598f3979cdaed6ab11288da88cb9f2"},
drewp@bigasterisk.com
parents:
diff changeset
1489 {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9ff11639a8d98969c863d4617595eb5425fd12f7c5ef6621a4b74b71ed8726d5"},
drewp@bigasterisk.com
parents:
diff changeset
1490 {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:4eee78a04e6c67e8391edd4dad3279828dd66ac4b79570ec998e2155d2e59fd5"},
drewp@bigasterisk.com
parents:
diff changeset
1491 {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:8fe45aa3f4aa57faabbc9cb46a93363edd6197cbc43523daea044e9ff2fea83e"},
drewp@bigasterisk.com
parents:
diff changeset
1492 {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:d0a3d8d6acf0c78a1fff0e210d224b821081330b8524e3e2bc5a68ef6ab5803d"},
drewp@bigasterisk.com
parents:
diff changeset
1493 {file = "regex-2024.5.15-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:c486b4106066d502495b3025a0a7251bf37ea9540433940a23419461ab9f2a80"},
drewp@bigasterisk.com
parents:
diff changeset
1494 {file = "regex-2024.5.15-cp312-cp312-win32.whl", hash = "sha256:c49e15eac7c149f3670b3e27f1f28a2c1ddeccd3a2812cba953e01be2ab9b5fe"},
drewp@bigasterisk.com
parents:
diff changeset
1495 {file = "regex-2024.5.15-cp312-cp312-win_amd64.whl", hash = "sha256:673b5a6da4557b975c6c90198588181029c60793835ce02f497ea817ff647cb2"},
drewp@bigasterisk.com
parents:
diff changeset
1496 {file = "regex-2024.5.15.tar.gz", hash = "sha256:d3ee02d9e5f482cc8309134a91eeaacbdd2261ba111b0fef3748eeb4913e6a2c"},
drewp@bigasterisk.com
parents:
diff changeset
1497 ]
drewp@bigasterisk.com
parents:
diff changeset
1498
drewp@bigasterisk.com
parents:
diff changeset
1499 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1500 name = "requests"
drewp@bigasterisk.com
parents:
diff changeset
1501 version = "2.32.3"
drewp@bigasterisk.com
parents:
diff changeset
1502 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1503 summary = "Python HTTP for Humans."
drewp@bigasterisk.com
parents:
diff changeset
1504 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1505 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1506 "certifi>=2017.4.17",
drewp@bigasterisk.com
parents:
diff changeset
1507 "charset-normalizer<4,>=2",
drewp@bigasterisk.com
parents:
diff changeset
1508 "idna<4,>=2.5",
drewp@bigasterisk.com
parents:
diff changeset
1509 "urllib3<3,>=1.21.1",
drewp@bigasterisk.com
parents:
diff changeset
1510 ]
drewp@bigasterisk.com
parents:
diff changeset
1511 files = [
drewp@bigasterisk.com
parents:
diff changeset
1512 {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
drewp@bigasterisk.com
parents:
diff changeset
1513 {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
drewp@bigasterisk.com
parents:
diff changeset
1514 ]
drewp@bigasterisk.com
parents:
diff changeset
1515
drewp@bigasterisk.com
parents:
diff changeset
1516 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1517 name = "requests-oauthlib"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1518 version = "2.0.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1519 requires_python = ">=3.4"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1520 summary = "OAuthlib authentication support for Requests."
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1521 groups = ["default"]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1522 dependencies = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1523 "oauthlib>=3.0.0",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1524 "requests>=2.0.0",
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1525 ]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1526 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1527 {file = "requests-oauthlib-2.0.0.tar.gz", hash = "sha256:b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1528 {file = "requests_oauthlib-2.0.0-py2.py3-none-any.whl", hash = "sha256:7dd8a5c40426b779b0868c404bdef9768deccf22749cde15852df527e6269b36"},
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1529 ]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1530
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1531 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1532 name = "rich"
drewp@bigasterisk.com
parents:
diff changeset
1533 version = "13.7.1"
drewp@bigasterisk.com
parents:
diff changeset
1534 requires_python = ">=3.7.0"
drewp@bigasterisk.com
parents:
diff changeset
1535 summary = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
drewp@bigasterisk.com
parents:
diff changeset
1536 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1537 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1538 "markdown-it-py>=2.2.0",
drewp@bigasterisk.com
parents:
diff changeset
1539 "pygments<3.0.0,>=2.13.0",
drewp@bigasterisk.com
parents:
diff changeset
1540 ]
drewp@bigasterisk.com
parents:
diff changeset
1541 files = [
drewp@bigasterisk.com
parents:
diff changeset
1542 {file = "rich-13.7.1-py3-none-any.whl", hash = "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222"},
drewp@bigasterisk.com
parents:
diff changeset
1543 {file = "rich-13.7.1.tar.gz", hash = "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432"},
drewp@bigasterisk.com
parents:
diff changeset
1544 ]
drewp@bigasterisk.com
parents:
diff changeset
1545
drewp@bigasterisk.com
parents:
diff changeset
1546 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1547 name = "rpds-py"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1548 version = "0.19.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1549 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1550 summary = "Python bindings to Rust's persistent data structures (rpds)"
0
drewp@bigasterisk.com
parents:
diff changeset
1551 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1552 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1553 {file = "rpds_py-0.19.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:6d45080095e585f8c5097897313def60caa2046da202cdb17a01f147fb263b81"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1554 {file = "rpds_py-0.19.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c5c9581019c96f865483d031691a5ff1cc455feb4d84fc6920a5ffc48a794d8a"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1555 {file = "rpds_py-0.19.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1540d807364c84516417115c38f0119dfec5ea5c0dd9a25332dea60b1d26fc4d"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1556 {file = "rpds_py-0.19.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9e65489222b410f79711dc3d2d5003d2757e30874096b2008d50329ea4d0f88c"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1557 {file = "rpds_py-0.19.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9da6f400eeb8c36f72ef6646ea530d6d175a4f77ff2ed8dfd6352842274c1d8b"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1558 {file = "rpds_py-0.19.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:37f46bb11858717e0efa7893c0f7055c43b44c103e40e69442db5061cb26ed34"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1559 {file = "rpds_py-0.19.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:071d4adc734de562bd11d43bd134330fb6249769b2f66b9310dab7460f4bf714"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1560 {file = "rpds_py-0.19.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:9625367c8955e4319049113ea4f8fee0c6c1145192d57946c6ffcd8fe8bf48dd"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1561 {file = "rpds_py-0.19.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:e19509145275d46bc4d1e16af0b57a12d227c8253655a46bbd5ec317e941279d"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1562 {file = "rpds_py-0.19.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:4d438e4c020d8c39961deaf58f6913b1bf8832d9b6f62ec35bd93e97807e9cbc"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1563 {file = "rpds_py-0.19.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:90bf55d9d139e5d127193170f38c584ed3c79e16638890d2e36f23aa1630b952"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1564 {file = "rpds_py-0.19.0-cp311-none-win32.whl", hash = "sha256:8d6ad132b1bc13d05ffe5b85e7a01a3998bf3a6302ba594b28d61b8c2cf13aaf"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1565 {file = "rpds_py-0.19.0-cp311-none-win_amd64.whl", hash = "sha256:7ec72df7354e6b7f6eb2a17fa6901350018c3a9ad78e48d7b2b54d0412539a67"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1566 {file = "rpds_py-0.19.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:5095a7c838a8647c32aa37c3a460d2c48debff7fc26e1136aee60100a8cd8f68"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1567 {file = "rpds_py-0.19.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6f2f78ef14077e08856e788fa482107aa602636c16c25bdf59c22ea525a785e9"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1568 {file = "rpds_py-0.19.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b7cc6cb44f8636fbf4a934ca72f3e786ba3c9f9ba4f4d74611e7da80684e48d2"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1569 {file = "rpds_py-0.19.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:cf902878b4af334a09de7a45badbff0389e7cf8dc2e4dcf5f07125d0b7c2656d"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1570 {file = "rpds_py-0.19.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:688aa6b8aa724db1596514751ffb767766e02e5c4a87486ab36b8e1ebc1aedac"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1571 {file = "rpds_py-0.19.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:57dbc9167d48e355e2569346b5aa4077f29bf86389c924df25c0a8b9124461fb"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1572 {file = "rpds_py-0.19.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3b4cf5a9497874822341c2ebe0d5850fed392034caadc0bad134ab6822c0925b"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1573 {file = "rpds_py-0.19.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:8a790d235b9d39c70a466200d506bb33a98e2ee374a9b4eec7a8ac64c2c261fa"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1574 {file = "rpds_py-0.19.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1d16089dfa58719c98a1c06f2daceba6d8e3fb9b5d7931af4a990a3c486241cb"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1575 {file = "rpds_py-0.19.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:bc9128e74fe94650367fe23f37074f121b9f796cabbd2f928f13e9661837296d"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1576 {file = "rpds_py-0.19.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:c8f77e661ffd96ff104bebf7d0f3255b02aa5d5b28326f5408d6284c4a8b3248"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1577 {file = "rpds_py-0.19.0-cp312-none-win32.whl", hash = "sha256:5f83689a38e76969327e9b682be5521d87a0c9e5a2e187d2bc6be4765f0d4600"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1578 {file = "rpds_py-0.19.0-cp312-none-win_amd64.whl", hash = "sha256:06925c50f86da0596b9c3c64c3837b2481337b83ef3519e5db2701df695453a4"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1579 {file = "rpds_py-0.19.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:75969cf900d7be665ccb1622a9aba225cf386bbc9c3bcfeeab9f62b5048f4a07"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1580 {file = "rpds_py-0.19.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:8445f23f13339da640d1be8e44e5baf4af97e396882ebbf1692aecd67f67c479"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1581 {file = "rpds_py-0.19.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a5a7c1062ef8aea3eda149f08120f10795835fc1c8bc6ad948fb9652a113ca55"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1582 {file = "rpds_py-0.19.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:462b0c18fbb48fdbf980914a02ee38c423a25fcc4cf40f66bacc95a2d2d73bc8"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1583 {file = "rpds_py-0.19.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3208f9aea18991ac7f2b39721e947bbd752a1abbe79ad90d9b6a84a74d44409b"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1584 {file = "rpds_py-0.19.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c3444fe52b82f122d8a99bf66777aed6b858d392b12f4c317da19f8234db4533"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1585 {file = "rpds_py-0.19.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:88cb4bac7185a9f0168d38c01d7a00addece9822a52870eee26b8d5b61409213"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1586 {file = "rpds_py-0.19.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:6b130bd4163c93798a6b9bb96be64a7c43e1cec81126ffa7ffaa106e1fc5cef5"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1587 {file = "rpds_py-0.19.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:a707b158b4410aefb6b054715545bbb21aaa5d5d0080217290131c49c2124a6e"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1588 {file = "rpds_py-0.19.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:dc9ac4659456bde7c567107556ab065801622396b435a3ff213daef27b495388"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1589 {file = "rpds_py-0.19.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:81ea573aa46d3b6b3d890cd3c0ad82105985e6058a4baed03cf92518081eec8c"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1590 {file = "rpds_py-0.19.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:3f148c3f47f7f29a79c38cc5d020edcb5ca780020fab94dbc21f9af95c463581"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1591 {file = "rpds_py-0.19.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:b0906357f90784a66e89ae3eadc2654f36c580a7d65cf63e6a616e4aec3a81be"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1592 {file = "rpds_py-0.19.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f629ecc2db6a4736b5ba95a8347b0089240d69ad14ac364f557d52ad68cf94b0"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1593 {file = "rpds_py-0.19.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c6feacd1d178c30e5bc37184526e56740342fd2aa6371a28367bad7908d454fc"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1594 {file = "rpds_py-0.19.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ae8b6068ee374fdfab63689be0963333aa83b0815ead5d8648389a8ded593378"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1595 {file = "rpds_py-0.19.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:78d57546bad81e0da13263e4c9ce30e96dcbe720dbff5ada08d2600a3502e526"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1596 {file = "rpds_py-0.19.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a8b6683a37338818646af718c9ca2a07f89787551057fae57c4ec0446dc6224b"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1597 {file = "rpds_py-0.19.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e8481b946792415adc07410420d6fc65a352b45d347b78fec45d8f8f0d7496f0"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1598 {file = "rpds_py-0.19.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:bec35eb20792ea64c3c57891bc3ca0bedb2884fbac2c8249d9b731447ecde4fa"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1599 {file = "rpds_py-0.19.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl", hash = "sha256:aa5476c3e3a402c37779e95f7b4048db2cb5b0ed0b9d006983965e93f40fe05a"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1600 {file = "rpds_py-0.19.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:19d02c45f2507b489fd4df7b827940f1420480b3e2e471e952af4d44a1ea8e34"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1601 {file = "rpds_py-0.19.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:a3e2fd14c5d49ee1da322672375963f19f32b3d5953f0615b175ff7b9d38daed"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1602 {file = "rpds_py-0.19.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:93a91c2640645303e874eada51f4f33351b84b351a689d470f8108d0e0694210"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1603 {file = "rpds_py-0.19.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e5b9fc03bf76a94065299d4a2ecd8dfbae4ae8e2e8098bbfa6ab6413ca267709"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1604 {file = "rpds_py-0.19.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5a4b07cdf3f84310c08c1de2c12ddadbb7a77568bcb16e95489f9c81074322ed"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1605 {file = "rpds_py-0.19.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ba0ed0dc6763d8bd6e5de5cf0d746d28e706a10b615ea382ac0ab17bb7388633"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1606 {file = "rpds_py-0.19.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:474bc83233abdcf2124ed3f66230a1c8435896046caa4b0b5ab6013c640803cc"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1607 {file = "rpds_py-0.19.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:329c719d31362355a96b435f4653e3b4b061fcc9eba9f91dd40804ca637d914e"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1608 {file = "rpds_py-0.19.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ef9101f3f7b59043a34f1dccbb385ca760467590951952d6701df0da9893ca0c"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1609 {file = "rpds_py-0.19.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:0121803b0f424ee2109d6e1f27db45b166ebaa4b32ff47d6aa225642636cd834"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1610 {file = "rpds_py-0.19.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:8344127403dea42f5970adccf6c5957a71a47f522171fafaf4c6ddb41b61703a"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1611 {file = "rpds_py-0.19.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:443cec402ddd650bb2b885113e1dcedb22b1175c6be223b14246a714b61cd521"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1612 {file = "rpds_py-0.19.0.tar.gz", hash = "sha256:4fdc9afadbeb393b4bbbad75481e0ea78e4469f2e1d713a90811700830b553a9"},
0
drewp@bigasterisk.com
parents:
diff changeset
1613 ]
drewp@bigasterisk.com
parents:
diff changeset
1614
drewp@bigasterisk.com
parents:
diff changeset
1615 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1616 name = "rsa"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1617 version = "4.9"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1618 requires_python = ">=3.6,<4"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1619 summary = "Pure-Python RSA implementation"
0
drewp@bigasterisk.com
parents:
diff changeset
1620 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1621 dependencies = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1622 "pyasn1>=0.1.3",
0
drewp@bigasterisk.com
parents:
diff changeset
1623 ]
drewp@bigasterisk.com
parents:
diff changeset
1624 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1625 {file = "rsa-4.9-py3-none-any.whl", hash = "sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1626 {file = "rsa-4.9.tar.gz", hash = "sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21"},
0
drewp@bigasterisk.com
parents:
diff changeset
1627 ]
drewp@bigasterisk.com
parents:
diff changeset
1628
drewp@bigasterisk.com
parents:
diff changeset
1629 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1630 name = "ruamel-yaml"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1631 version = "0.18.6"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1632 requires_python = ">=3.7"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1633 summary = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1634 groups = ["default"]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1635 dependencies = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1636 "ruamel-yaml-clib>=0.2.7; platform_python_implementation == \"CPython\" and python_version < \"3.13\"",
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1637 ]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1638 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1639 {file = "ruamel.yaml-0.18.6-py3-none-any.whl", hash = "sha256:57b53ba33def16c4f3d807c0ccbc00f8a6081827e81ba2491691b76882d0c636"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1640 {file = "ruamel.yaml-0.18.6.tar.gz", hash = "sha256:8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b"},
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1641 ]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1642
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1643 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1644 name = "ruamel-yaml-clib"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1645 version = "0.2.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1646 requires_python = ">=3.6"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1647 summary = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml"
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1648 groups = ["default"]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1649 marker = "platform_python_implementation == \"CPython\" and python_version < \"3.13\""
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1650 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1651 {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:bef08cd86169d9eafb3ccb0a39edb11d8e25f3dae2b28f5c52fd997521133069"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1652 {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-macosx_13_0_arm64.whl", hash = "sha256:b16420e621d26fdfa949a8b4b47ade8810c56002f5389970db4ddda51dbff248"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1653 {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:25c515e350e5b739842fc3228d662413ef28f295791af5e5110b543cf0b57d9b"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1654 {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux_2_24_aarch64.whl", hash = "sha256:1707814f0d9791df063f8c19bb51b0d1278b8e9a2353abbb676c2f685dee6afe"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1655 {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:46d378daaac94f454b3a0e3d8d78cafd78a026b1d71443f4966c696b48a6d899"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1656 {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:09b055c05697b38ecacb7ac50bdab2240bfca1a0c4872b0fd309bb07dc9aa3a9"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1657 {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-win32.whl", hash = "sha256:53a300ed9cea38cf5a2a9b069058137c2ca1ce658a874b79baceb8f892f915a7"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1658 {file = "ruamel.yaml.clib-0.2.8-cp311-cp311-win_amd64.whl", hash = "sha256:c2a72e9109ea74e511e29032f3b670835f8a59bbdc9ce692c5b4ed91ccf1eedb"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1659 {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:ebc06178e8821efc9692ea7544aa5644217358490145629914d8020042c24aa1"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1660 {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-macosx_13_0_arm64.whl", hash = "sha256:edaef1c1200c4b4cb914583150dcaa3bc30e592e907c01117c08b13a07255ec2"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1661 {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d176b57452ab5b7028ac47e7b3cf644bcfdc8cacfecf7e71759f7f51a59e5c92"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1662 {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-manylinux_2_24_aarch64.whl", hash = "sha256:1dc67314e7e1086c9fdf2680b7b6c2be1c0d8e3a8279f2e993ca2a7545fecf62"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1663 {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:3213ece08ea033eb159ac52ae052a4899b56ecc124bb80020d9bbceeb50258e9"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1664 {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:aab7fd643f71d7946f2ee58cc88c9b7bfc97debd71dcc93e03e2d174628e7e2d"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1665 {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-win32.whl", hash = "sha256:5c365d91c88390c8d0a8545df0b5857172824b1c604e867161e6b3d59a827eaa"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1666 {file = "ruamel.yaml.clib-0.2.8-cp312-cp312-win_amd64.whl", hash = "sha256:1758ce7d8e1a29d23de54a16ae867abd370f01b5a69e1a3ba75223eaa3ca1a1b"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1667 {file = "ruamel.yaml.clib-0.2.8.tar.gz", hash = "sha256:beb2e0404003de9a4cab9753a8805a8fe9320ee6673136ed7f04255fe60bb512"},
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1668 ]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1669
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1670 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1671 name = "shellingham"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1672 version = "1.5.4"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1673 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1674 summary = "Tool to Detect Surrounding Shell"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1675 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1676 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1677 {file = "shellingham-1.5.4-py2.py3-none-any.whl", hash = "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1678 {file = "shellingham-1.5.4.tar.gz", hash = "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1679 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1680
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1681 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1682 name = "six"
drewp@bigasterisk.com
parents:
diff changeset
1683 version = "1.16.0"
drewp@bigasterisk.com
parents:
diff changeset
1684 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
drewp@bigasterisk.com
parents:
diff changeset
1685 summary = "Python 2 and 3 compatibility utilities"
drewp@bigasterisk.com
parents:
diff changeset
1686 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1687 files = [
drewp@bigasterisk.com
parents:
diff changeset
1688 {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
drewp@bigasterisk.com
parents:
diff changeset
1689 {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
drewp@bigasterisk.com
parents:
diff changeset
1690 ]
drewp@bigasterisk.com
parents:
diff changeset
1691
drewp@bigasterisk.com
parents:
diff changeset
1692 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1693 name = "sniffio"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1694 version = "1.3.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1695 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1696 summary = "Sniff out which async library your code is running under"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1697 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1698 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1699 {file = "sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1700 {file = "sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1701 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1702
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1703 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1704 name = "sqlalchemy"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1705 version = "2.0.31"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1706 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1707 summary = "Database Abstraction Library"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1708 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1709 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1710 "greenlet!=0.4.17; (platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\") and python_version < \"3.13\"",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1711 "typing-extensions>=4.6.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1712 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1713 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1714 {file = "SQLAlchemy-2.0.31-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:f68470edd70c3ac3b6cd5c2a22a8daf18415203ca1b036aaeb9b0fb6f54e8298"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1715 {file = "SQLAlchemy-2.0.31-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2e2c38c2a4c5c634fe6c3c58a789712719fa1bf9b9d6ff5ebfce9a9e5b89c1ca"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1716 {file = "SQLAlchemy-2.0.31-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bd15026f77420eb2b324dcb93551ad9c5f22fab2c150c286ef1dc1160f110203"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1717 {file = "SQLAlchemy-2.0.31-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2196208432deebdfe3b22185d46b08f00ac9d7b01284e168c212919891289396"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1718 {file = "SQLAlchemy-2.0.31-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:352b2770097f41bff6029b280c0e03b217c2dcaddc40726f8f53ed58d8a85da4"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1719 {file = "SQLAlchemy-2.0.31-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:56d51ae825d20d604583f82c9527d285e9e6d14f9a5516463d9705dab20c3740"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1720 {file = "SQLAlchemy-2.0.31-cp311-cp311-win32.whl", hash = "sha256:6e2622844551945db81c26a02f27d94145b561f9d4b0c39ce7bfd2fda5776dac"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1721 {file = "SQLAlchemy-2.0.31-cp311-cp311-win_amd64.whl", hash = "sha256:ccaf1b0c90435b6e430f5dd30a5aede4764942a695552eb3a4ab74ed63c5b8d3"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1722 {file = "SQLAlchemy-2.0.31-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:3b74570d99126992d4b0f91fb87c586a574a5872651185de8297c6f90055ae42"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1723 {file = "SQLAlchemy-2.0.31-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6f77c4f042ad493cb8595e2f503c7a4fe44cd7bd59c7582fd6d78d7e7b8ec52c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1724 {file = "SQLAlchemy-2.0.31-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cd1591329333daf94467e699e11015d9c944f44c94d2091f4ac493ced0119449"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1725 {file = "SQLAlchemy-2.0.31-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:74afabeeff415e35525bf7a4ecdab015f00e06456166a2eba7590e49f8db940e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1726 {file = "SQLAlchemy-2.0.31-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:b9c01990d9015df2c6f818aa8f4297d42ee71c9502026bb074e713d496e26b67"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1727 {file = "SQLAlchemy-2.0.31-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:66f63278db425838b3c2b1c596654b31939427016ba030e951b292e32b99553e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1728 {file = "SQLAlchemy-2.0.31-cp312-cp312-win32.whl", hash = "sha256:0b0f658414ee4e4b8cbcd4a9bb0fd743c5eeb81fc858ca517217a8013d282c96"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1729 {file = "SQLAlchemy-2.0.31-cp312-cp312-win_amd64.whl", hash = "sha256:fa4b1af3e619b5b0b435e333f3967612db06351217c58bfb50cee5f003db2a5a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1730 {file = "SQLAlchemy-2.0.31-py3-none-any.whl", hash = "sha256:69f3e3c08867a8e4856e92d7afb618b95cdee18e0bc1647b77599722c9a28911"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1731 {file = "SQLAlchemy-2.0.31.tar.gz", hash = "sha256:b607489dd4a54de56984a0c7656247504bd5523d9d0ba799aef59d4add009484"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1732 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1733
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1734 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1735 name = "sqlalchemy"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1736 version = "2.0.31"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1737 extras = ["asyncio"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1738 requires_python = ">=3.7"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1739 summary = "Database Abstraction Library"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1740 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1741 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1742 "greenlet!=0.4.17",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1743 "sqlalchemy==2.0.31",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1744 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1745 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1746 {file = "SQLAlchemy-2.0.31-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:f68470edd70c3ac3b6cd5c2a22a8daf18415203ca1b036aaeb9b0fb6f54e8298"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1747 {file = "SQLAlchemy-2.0.31-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2e2c38c2a4c5c634fe6c3c58a789712719fa1bf9b9d6ff5ebfce9a9e5b89c1ca"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1748 {file = "SQLAlchemy-2.0.31-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bd15026f77420eb2b324dcb93551ad9c5f22fab2c150c286ef1dc1160f110203"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1749 {file = "SQLAlchemy-2.0.31-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2196208432deebdfe3b22185d46b08f00ac9d7b01284e168c212919891289396"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1750 {file = "SQLAlchemy-2.0.31-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:352b2770097f41bff6029b280c0e03b217c2dcaddc40726f8f53ed58d8a85da4"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1751 {file = "SQLAlchemy-2.0.31-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:56d51ae825d20d604583f82c9527d285e9e6d14f9a5516463d9705dab20c3740"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1752 {file = "SQLAlchemy-2.0.31-cp311-cp311-win32.whl", hash = "sha256:6e2622844551945db81c26a02f27d94145b561f9d4b0c39ce7bfd2fda5776dac"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1753 {file = "SQLAlchemy-2.0.31-cp311-cp311-win_amd64.whl", hash = "sha256:ccaf1b0c90435b6e430f5dd30a5aede4764942a695552eb3a4ab74ed63c5b8d3"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1754 {file = "SQLAlchemy-2.0.31-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:3b74570d99126992d4b0f91fb87c586a574a5872651185de8297c6f90055ae42"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1755 {file = "SQLAlchemy-2.0.31-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6f77c4f042ad493cb8595e2f503c7a4fe44cd7bd59c7582fd6d78d7e7b8ec52c"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1756 {file = "SQLAlchemy-2.0.31-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cd1591329333daf94467e699e11015d9c944f44c94d2091f4ac493ced0119449"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1757 {file = "SQLAlchemy-2.0.31-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:74afabeeff415e35525bf7a4ecdab015f00e06456166a2eba7590e49f8db940e"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1758 {file = "SQLAlchemy-2.0.31-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:b9c01990d9015df2c6f818aa8f4297d42ee71c9502026bb074e713d496e26b67"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1759 {file = "SQLAlchemy-2.0.31-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:66f63278db425838b3c2b1c596654b31939427016ba030e951b292e32b99553e"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1760 {file = "SQLAlchemy-2.0.31-cp312-cp312-win32.whl", hash = "sha256:0b0f658414ee4e4b8cbcd4a9bb0fd743c5eeb81fc858ca517217a8013d282c96"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1761 {file = "SQLAlchemy-2.0.31-cp312-cp312-win_amd64.whl", hash = "sha256:fa4b1af3e619b5b0b435e333f3967612db06351217c58bfb50cee5f003db2a5a"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1762 {file = "SQLAlchemy-2.0.31-py3-none-any.whl", hash = "sha256:69f3e3c08867a8e4856e92d7afb618b95cdee18e0bc1647b77599722c9a28911"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1763 {file = "SQLAlchemy-2.0.31.tar.gz", hash = "sha256:b607489dd4a54de56984a0c7656247504bd5523d9d0ba799aef59d4add009484"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1764 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1765
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1766 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1767 name = "stack-data"
drewp@bigasterisk.com
parents:
diff changeset
1768 version = "0.6.3"
drewp@bigasterisk.com
parents:
diff changeset
1769 summary = "Extract data from python stack frames and tracebacks for informative displays"
drewp@bigasterisk.com
parents:
diff changeset
1770 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1771 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1772 "asttokens>=2.1.0",
drewp@bigasterisk.com
parents:
diff changeset
1773 "executing>=1.2.0",
drewp@bigasterisk.com
parents:
diff changeset
1774 "pure-eval",
drewp@bigasterisk.com
parents:
diff changeset
1775 ]
drewp@bigasterisk.com
parents:
diff changeset
1776 files = [
drewp@bigasterisk.com
parents:
diff changeset
1777 {file = "stack_data-0.6.3-py3-none-any.whl", hash = "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695"},
drewp@bigasterisk.com
parents:
diff changeset
1778 {file = "stack_data-0.6.3.tar.gz", hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9"},
drewp@bigasterisk.com
parents:
diff changeset
1779 ]
drewp@bigasterisk.com
parents:
diff changeset
1780
drewp@bigasterisk.com
parents:
diff changeset
1781 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1782 name = "starlette"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1783 version = "0.37.2"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1784 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1785 summary = "The little ASGI library that shines."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1786 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1787 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1788 "anyio<5,>=3.4.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1789 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1790 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1791 {file = "starlette-0.37.2-py3-none-any.whl", hash = "sha256:6fe59f29268538e5d0d182f2791a479a0c64638e6935d1c6989e63fb2699c6ee"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1792 {file = "starlette-0.37.2.tar.gz", hash = "sha256:9af890290133b79fc3db55474ade20f6220a364a0402e0b556e7cd5e1e093823"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1793 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1794
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1795 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1796 name = "text-unidecode"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1797 version = "1.3"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1798 summary = "The most basic Text::Unidecode port"
8
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1799 groups = ["default"]
f23b21bd0fce apex search
drewp@bigasterisk.com
parents: 4
diff changeset
1800 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1801 {file = "text-unidecode-1.3.tar.gz", hash = "sha256:bad6603bb14d279193107714b288be206cac565dfa49aa5b105294dd5c4aab93"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1802 {file = "text_unidecode-1.3-py2.py3-none-any.whl", hash = "sha256:1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8"},
0
drewp@bigasterisk.com
parents:
diff changeset
1803 ]
drewp@bigasterisk.com
parents:
diff changeset
1804
drewp@bigasterisk.com
parents:
diff changeset
1805 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1806 name = "toml"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1807 version = "0.10.2"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1808 requires_python = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1809 summary = "Python Library for Tom's Obvious, Minimal Language"
0
drewp@bigasterisk.com
parents:
diff changeset
1810 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1811 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1812 {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1813 {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
0
drewp@bigasterisk.com
parents:
diff changeset
1814 ]
drewp@bigasterisk.com
parents:
diff changeset
1815
drewp@bigasterisk.com
parents:
diff changeset
1816 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1817 name = "tqdm"
drewp@bigasterisk.com
parents:
diff changeset
1818 version = "4.66.4"
drewp@bigasterisk.com
parents:
diff changeset
1819 requires_python = ">=3.7"
drewp@bigasterisk.com
parents:
diff changeset
1820 summary = "Fast, Extensible Progress Meter"
drewp@bigasterisk.com
parents:
diff changeset
1821 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1822 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
1823 "colorama; platform_system == \"Windows\"",
drewp@bigasterisk.com
parents:
diff changeset
1824 ]
drewp@bigasterisk.com
parents:
diff changeset
1825 files = [
drewp@bigasterisk.com
parents:
diff changeset
1826 {file = "tqdm-4.66.4-py3-none-any.whl", hash = "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644"},
drewp@bigasterisk.com
parents:
diff changeset
1827 {file = "tqdm-4.66.4.tar.gz", hash = "sha256:e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb"},
drewp@bigasterisk.com
parents:
diff changeset
1828 ]
drewp@bigasterisk.com
parents:
diff changeset
1829
drewp@bigasterisk.com
parents:
diff changeset
1830 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1831 name = "traitlets"
drewp@bigasterisk.com
parents:
diff changeset
1832 version = "5.14.3"
drewp@bigasterisk.com
parents:
diff changeset
1833 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1834 summary = "Traitlets Python configuration system"
drewp@bigasterisk.com
parents:
diff changeset
1835 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1836 files = [
drewp@bigasterisk.com
parents:
diff changeset
1837 {file = "traitlets-5.14.3-py3-none-any.whl", hash = "sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f"},
drewp@bigasterisk.com
parents:
diff changeset
1838 {file = "traitlets-5.14.3.tar.gz", hash = "sha256:9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7"},
drewp@bigasterisk.com
parents:
diff changeset
1839 ]
drewp@bigasterisk.com
parents:
diff changeset
1840
drewp@bigasterisk.com
parents:
diff changeset
1841 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1842 name = "typer"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1843 version = "0.12.3"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1844 requires_python = ">=3.7"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1845 summary = "Typer, build great CLIs. Easy to code. Based on Python type hints."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1846 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1847 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1848 "click>=8.0.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1849 "rich>=10.11.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1850 "shellingham>=1.3.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1851 "typing-extensions>=3.7.4.3",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1852 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1853 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1854 {file = "typer-0.12.3-py3-none-any.whl", hash = "sha256:070d7ca53f785acbccba8e7d28b08dcd88f79f1fbda035ade0aecec71ca5c914"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1855 {file = "typer-0.12.3.tar.gz", hash = "sha256:49e73131481d804288ef62598d97a1ceef3058905aa536a1134f90891ba35482"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1856 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1857
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1858 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1859 name = "typing-extensions"
drewp@bigasterisk.com
parents:
diff changeset
1860 version = "4.12.2"
drewp@bigasterisk.com
parents:
diff changeset
1861 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1862 summary = "Backported and Experimental Type Hints for Python 3.8+"
drewp@bigasterisk.com
parents:
diff changeset
1863 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1864 files = [
drewp@bigasterisk.com
parents:
diff changeset
1865 {file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"},
drewp@bigasterisk.com
parents:
diff changeset
1866 {file = "typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"},
drewp@bigasterisk.com
parents:
diff changeset
1867 ]
drewp@bigasterisk.com
parents:
diff changeset
1868
drewp@bigasterisk.com
parents:
diff changeset
1869 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1870 name = "tzdata"
drewp@bigasterisk.com
parents:
diff changeset
1871 version = "2024.1"
drewp@bigasterisk.com
parents:
diff changeset
1872 requires_python = ">=2"
drewp@bigasterisk.com
parents:
diff changeset
1873 summary = "Provider of IANA time zone data"
drewp@bigasterisk.com
parents:
diff changeset
1874 groups = ["default"]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1875 marker = "platform_system == \"Windows\""
0
drewp@bigasterisk.com
parents:
diff changeset
1876 files = [
drewp@bigasterisk.com
parents:
diff changeset
1877 {file = "tzdata-2024.1-py2.py3-none-any.whl", hash = "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252"},
drewp@bigasterisk.com
parents:
diff changeset
1878 {file = "tzdata-2024.1.tar.gz", hash = "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd"},
drewp@bigasterisk.com
parents:
diff changeset
1879 ]
drewp@bigasterisk.com
parents:
diff changeset
1880
drewp@bigasterisk.com
parents:
diff changeset
1881 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1882 name = "tzlocal"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1883 version = "5.2"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1884 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1885 summary = "tzinfo object for the local timezone"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1886 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1887 dependencies = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1888 "tzdata; platform_system == \"Windows\"",
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1889 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1890 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1891 {file = "tzlocal-5.2-py3-none-any.whl", hash = "sha256:49816ef2fe65ea8ac19d19aa7a1ae0551c834303d5014c6d5a62e4cbda8047b8"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1892 {file = "tzlocal-5.2.tar.gz", hash = "sha256:8d399205578f1a9342816409cc1e46a93ebd5755e39ea2d85334bea911bf0e6e"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1893 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1894
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
1895 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
1896 name = "ujson"
drewp@bigasterisk.com
parents:
diff changeset
1897 version = "5.10.0"
drewp@bigasterisk.com
parents:
diff changeset
1898 requires_python = ">=3.8"
drewp@bigasterisk.com
parents:
diff changeset
1899 summary = "Ultra fast JSON encoder and decoder for Python"
drewp@bigasterisk.com
parents:
diff changeset
1900 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1901 files = [
drewp@bigasterisk.com
parents:
diff changeset
1902 {file = "ujson-5.10.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a5b366812c90e69d0f379a53648be10a5db38f9d4ad212b60af00bd4048d0f00"},
drewp@bigasterisk.com
parents:
diff changeset
1903 {file = "ujson-5.10.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:502bf475781e8167f0f9d0e41cd32879d120a524b22358e7f205294224c71126"},
drewp@bigasterisk.com
parents:
diff changeset
1904 {file = "ujson-5.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5b91b5d0d9d283e085e821651184a647699430705b15bf274c7896f23fe9c9d8"},
drewp@bigasterisk.com
parents:
diff changeset
1905 {file = "ujson-5.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:129e39af3a6d85b9c26d5577169c21d53821d8cf68e079060602e861c6e5da1b"},
drewp@bigasterisk.com
parents:
diff changeset
1906 {file = "ujson-5.10.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f77b74475c462cb8b88680471193064d3e715c7c6074b1c8c412cb526466efe9"},
drewp@bigasterisk.com
parents:
diff changeset
1907 {file = "ujson-5.10.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:7ec0ca8c415e81aa4123501fee7f761abf4b7f386aad348501a26940beb1860f"},
drewp@bigasterisk.com
parents:
diff changeset
1908 {file = "ujson-5.10.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:ab13a2a9e0b2865a6c6db9271f4b46af1c7476bfd51af1f64585e919b7c07fd4"},
drewp@bigasterisk.com
parents:
diff changeset
1909 {file = "ujson-5.10.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:57aaf98b92d72fc70886b5a0e1a1ca52c2320377360341715dd3933a18e827b1"},
drewp@bigasterisk.com
parents:
diff changeset
1910 {file = "ujson-5.10.0-cp311-cp311-win32.whl", hash = "sha256:2987713a490ceb27edff77fb184ed09acdc565db700ee852823c3dc3cffe455f"},
drewp@bigasterisk.com
parents:
diff changeset
1911 {file = "ujson-5.10.0-cp311-cp311-win_amd64.whl", hash = "sha256:f00ea7e00447918ee0eff2422c4add4c5752b1b60e88fcb3c067d4a21049a720"},
drewp@bigasterisk.com
parents:
diff changeset
1912 {file = "ujson-5.10.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:98ba15d8cbc481ce55695beee9f063189dce91a4b08bc1d03e7f0152cd4bbdd5"},
drewp@bigasterisk.com
parents:
diff changeset
1913 {file = "ujson-5.10.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a9d2edbf1556e4f56e50fab7d8ff993dbad7f54bac68eacdd27a8f55f433578e"},
drewp@bigasterisk.com
parents:
diff changeset
1914 {file = "ujson-5.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6627029ae4f52d0e1a2451768c2c37c0c814ffc04f796eb36244cf16b8e57043"},
drewp@bigasterisk.com
parents:
diff changeset
1915 {file = "ujson-5.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f8ccb77b3e40b151e20519c6ae6d89bfe3f4c14e8e210d910287f778368bb3d1"},
drewp@bigasterisk.com
parents:
diff changeset
1916 {file = "ujson-5.10.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f3caf9cd64abfeb11a3b661329085c5e167abbe15256b3b68cb5d914ba7396f3"},
drewp@bigasterisk.com
parents:
diff changeset
1917 {file = "ujson-5.10.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6e32abdce572e3a8c3d02c886c704a38a1b015a1fb858004e03d20ca7cecbb21"},
drewp@bigasterisk.com
parents:
diff changeset
1918 {file = "ujson-5.10.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:a65b6af4d903103ee7b6f4f5b85f1bfd0c90ba4eeac6421aae436c9988aa64a2"},
drewp@bigasterisk.com
parents:
diff changeset
1919 {file = "ujson-5.10.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:604a046d966457b6cdcacc5aa2ec5314f0e8c42bae52842c1e6fa02ea4bda42e"},
drewp@bigasterisk.com
parents:
diff changeset
1920 {file = "ujson-5.10.0-cp312-cp312-win32.whl", hash = "sha256:6dea1c8b4fc921bf78a8ff00bbd2bfe166345f5536c510671bccececb187c80e"},
drewp@bigasterisk.com
parents:
diff changeset
1921 {file = "ujson-5.10.0-cp312-cp312-win_amd64.whl", hash = "sha256:38665e7d8290188b1e0d57d584eb8110951a9591363316dd41cf8686ab1d0abc"},
drewp@bigasterisk.com
parents:
diff changeset
1922 {file = "ujson-5.10.0-cp313-cp313-macosx_10_9_x86_64.whl", hash = "sha256:618efd84dc1acbd6bff8eaa736bb6c074bfa8b8a98f55b61c38d4ca2c1f7f287"},
drewp@bigasterisk.com
parents:
diff changeset
1923 {file = "ujson-5.10.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:38d5d36b4aedfe81dfe251f76c0467399d575d1395a1755de391e58985ab1c2e"},
drewp@bigasterisk.com
parents:
diff changeset
1924 {file = "ujson-5.10.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:67079b1f9fb29ed9a2914acf4ef6c02844b3153913eb735d4bf287ee1db6e557"},
drewp@bigasterisk.com
parents:
diff changeset
1925 {file = "ujson-5.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d7d0e0ceeb8fe2468c70ec0c37b439dd554e2aa539a8a56365fd761edb418988"},
drewp@bigasterisk.com
parents:
diff changeset
1926 {file = "ujson-5.10.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:59e02cd37bc7c44d587a0ba45347cc815fb7a5fe48de16bf05caa5f7d0d2e816"},
drewp@bigasterisk.com
parents:
diff changeset
1927 {file = "ujson-5.10.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:2a890b706b64e0065f02577bf6d8ca3b66c11a5e81fb75d757233a38c07a1f20"},
drewp@bigasterisk.com
parents:
diff changeset
1928 {file = "ujson-5.10.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:621e34b4632c740ecb491efc7f1fcb4f74b48ddb55e65221995e74e2d00bbff0"},
drewp@bigasterisk.com
parents:
diff changeset
1929 {file = "ujson-5.10.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:b9500e61fce0cfc86168b248104e954fead61f9be213087153d272e817ec7b4f"},
drewp@bigasterisk.com
parents:
diff changeset
1930 {file = "ujson-5.10.0-cp313-cp313-win32.whl", hash = "sha256:4c4fc16f11ac1612f05b6f5781b384716719547e142cfd67b65d035bd85af165"},
drewp@bigasterisk.com
parents:
diff changeset
1931 {file = "ujson-5.10.0-cp313-cp313-win_amd64.whl", hash = "sha256:4573fd1695932d4f619928fd09d5d03d917274381649ade4328091ceca175539"},
drewp@bigasterisk.com
parents:
diff changeset
1932 {file = "ujson-5.10.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:5b6fee72fa77dc172a28f21693f64d93166534c263adb3f96c413ccc85ef6e64"},
drewp@bigasterisk.com
parents:
diff changeset
1933 {file = "ujson-5.10.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:61d0af13a9af01d9f26d2331ce49bb5ac1fb9c814964018ac8df605b5422dcb3"},
drewp@bigasterisk.com
parents:
diff changeset
1934 {file = "ujson-5.10.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ecb24f0bdd899d368b715c9e6664166cf694d1e57be73f17759573a6986dd95a"},
drewp@bigasterisk.com
parents:
diff changeset
1935 {file = "ujson-5.10.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fbd8fd427f57a03cff3ad6574b5e299131585d9727c8c366da4624a9069ed746"},
drewp@bigasterisk.com
parents:
diff changeset
1936 {file = "ujson-5.10.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:beeaf1c48e32f07d8820c705ff8e645f8afa690cca1544adba4ebfa067efdc88"},
drewp@bigasterisk.com
parents:
diff changeset
1937 {file = "ujson-5.10.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:baed37ea46d756aca2955e99525cc02d9181de67f25515c468856c38d52b5f3b"},
drewp@bigasterisk.com
parents:
diff changeset
1938 {file = "ujson-5.10.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:7663960f08cd5a2bb152f5ee3992e1af7690a64c0e26d31ba7b3ff5b2ee66337"},
drewp@bigasterisk.com
parents:
diff changeset
1939 {file = "ujson-5.10.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:d8640fb4072d36b08e95a3a380ba65779d356b2fee8696afeb7794cf0902d0a1"},
drewp@bigasterisk.com
parents:
diff changeset
1940 {file = "ujson-5.10.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:78778a3aa7aafb11e7ddca4e29f46bc5139131037ad628cc10936764282d6753"},
drewp@bigasterisk.com
parents:
diff changeset
1941 {file = "ujson-5.10.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b0111b27f2d5c820e7f2dbad7d48e3338c824e7ac4d2a12da3dc6061cc39c8e6"},
drewp@bigasterisk.com
parents:
diff changeset
1942 {file = "ujson-5.10.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:c66962ca7565605b355a9ed478292da628b8f18c0f2793021ca4425abf8b01e5"},
drewp@bigasterisk.com
parents:
diff changeset
1943 {file = "ujson-5.10.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:ba43cc34cce49cf2d4bc76401a754a81202d8aa926d0e2b79f0ee258cb15d3a4"},
drewp@bigasterisk.com
parents:
diff changeset
1944 {file = "ujson-5.10.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:ac56eb983edce27e7f51d05bc8dd820586c6e6be1c5216a6809b0c668bb312b8"},
drewp@bigasterisk.com
parents:
diff changeset
1945 {file = "ujson-5.10.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f44bd4b23a0e723bf8b10628288c2c7c335161d6840013d4d5de20e48551773b"},
drewp@bigasterisk.com
parents:
diff changeset
1946 {file = "ujson-5.10.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7c10f4654e5326ec14a46bcdeb2b685d4ada6911050aa8baaf3501e57024b804"},
drewp@bigasterisk.com
parents:
diff changeset
1947 {file = "ujson-5.10.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0de4971a89a762398006e844ae394bd46991f7c385d7a6a3b93ba229e6dac17e"},
drewp@bigasterisk.com
parents:
diff changeset
1948 {file = "ujson-5.10.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:e1402f0564a97d2a52310ae10a64d25bcef94f8dd643fcf5d310219d915484f7"},
drewp@bigasterisk.com
parents:
diff changeset
1949 {file = "ujson-5.10.0.tar.gz", hash = "sha256:b3cd8f3c5d8c7738257f1018880444f7b7d9b66232c64649f562d7ba86ad4bc1"},
drewp@bigasterisk.com
parents:
diff changeset
1950 ]
drewp@bigasterisk.com
parents:
diff changeset
1951
drewp@bigasterisk.com
parents:
diff changeset
1952 [[package]]
drewp@bigasterisk.com
parents:
diff changeset
1953 name = "urllib3"
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1954 version = "1.26.19"
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1955 requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
0
drewp@bigasterisk.com
parents:
diff changeset
1956 summary = "HTTP library with thread-safe connection pooling, file post, and more."
drewp@bigasterisk.com
parents:
diff changeset
1957 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
1958 files = [
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1959 {file = "urllib3-1.26.19-py2.py3-none-any.whl", hash = "sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
1960 {file = "urllib3-1.26.19.tar.gz", hash = "sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429"},
0
drewp@bigasterisk.com
parents:
diff changeset
1961 ]
drewp@bigasterisk.com
parents:
diff changeset
1962
drewp@bigasterisk.com
parents:
diff changeset
1963 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1964 name = "uvicorn"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1965 version = "0.30.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1966 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1967 summary = "The lightning-fast ASGI server."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1968 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1969 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1970 "click>=7.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1971 "h11>=0.8",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1972 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1973 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1974 {file = "uvicorn-0.30.1-py3-none-any.whl", hash = "sha256:cd17daa7f3b9d7a24de3617820e634d0933b69eed8e33a516071174427238c81"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1975 {file = "uvicorn-0.30.1.tar.gz", hash = "sha256:d46cd8e0fd80240baffbcd9ec1012a712938754afcf81bce56c024c1656aece8"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1976 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1977
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1978 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1979 name = "uvicorn"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1980 version = "0.30.1"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1981 extras = ["standard"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1982 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1983 summary = "The lightning-fast ASGI server."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1984 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1985 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1986 "colorama>=0.4; sys_platform == \"win32\"",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1987 "httptools>=0.5.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1988 "python-dotenv>=0.13",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1989 "pyyaml>=5.1",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1990 "uvicorn==0.30.1",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1991 "uvloop!=0.15.0,!=0.15.1,>=0.14.0; (sys_platform != \"cygwin\" and sys_platform != \"win32\") and platform_python_implementation != \"PyPy\"",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1992 "watchfiles>=0.13",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1993 "websockets>=10.4",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1994 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1995 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1996 {file = "uvicorn-0.30.1-py3-none-any.whl", hash = "sha256:cd17daa7f3b9d7a24de3617820e634d0933b69eed8e33a516071174427238c81"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1997 {file = "uvicorn-0.30.1.tar.gz", hash = "sha256:d46cd8e0fd80240baffbcd9ec1012a712938754afcf81bce56c024c1656aece8"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1998 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
1999
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2000 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2001 name = "uvloop"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2002 version = "0.19.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2003 requires_python = ">=3.8.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2004 summary = "Fast implementation of asyncio event loop on top of libuv"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2005 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2006 marker = "(sys_platform != \"cygwin\" and sys_platform != \"win32\") and platform_python_implementation != \"PyPy\""
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2007 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2008 {file = "uvloop-0.19.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:4ce6b0af8f2729a02a5d1575feacb2a94fc7b2e983868b009d51c9a9d2149bef"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2009 {file = "uvloop-0.19.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:31e672bb38b45abc4f26e273be83b72a0d28d074d5b370fc4dcf4c4eb15417d2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2010 {file = "uvloop-0.19.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:570fc0ed613883d8d30ee40397b79207eedd2624891692471808a95069a007c1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2011 {file = "uvloop-0.19.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5138821e40b0c3e6c9478643b4660bd44372ae1e16a322b8fc07478f92684e24"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2012 {file = "uvloop-0.19.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:91ab01c6cd00e39cde50173ba4ec68a1e578fee9279ba64f5221810a9e786533"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2013 {file = "uvloop-0.19.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:47bf3e9312f63684efe283f7342afb414eea4d3011542155c7e625cd799c3b12"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2014 {file = "uvloop-0.19.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:da8435a3bd498419ee8c13c34b89b5005130a476bda1d6ca8cfdde3de35cd650"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2015 {file = "uvloop-0.19.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:02506dc23a5d90e04d4f65c7791e65cf44bd91b37f24cfc3ef6cf2aff05dc7ec"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2016 {file = "uvloop-0.19.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2693049be9d36fef81741fddb3f441673ba12a34a704e7b4361efb75cf30befc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2017 {file = "uvloop-0.19.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7010271303961c6f0fe37731004335401eb9075a12680738731e9c92ddd96ad6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2018 {file = "uvloop-0.19.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:5daa304d2161d2918fa9a17d5635099a2f78ae5b5960e742b2fcfbb7aefaa593"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2019 {file = "uvloop-0.19.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:7207272c9520203fea9b93843bb775d03e1cf88a80a936ce760f60bb5add92f3"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2020 {file = "uvloop-0.19.0.tar.gz", hash = "sha256:0246f4fd1bf2bf702e06b0d45ee91677ee5c31242f39aab4ea6fe0c51aedd0fd"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2021 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2022
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2023 [[package]]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2024 name = "watchfiles"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2025 version = "0.22.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2026 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2027 summary = "Simple, modern and high performance file watching and code reload in python."
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2028 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2029 dependencies = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2030 "anyio>=3.0.0",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2031 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2032 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2033 {file = "watchfiles-0.22.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:8c39987a1397a877217be1ac0fb1d8b9f662c6077b90ff3de2c05f235e6a8f96"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2034 {file = "watchfiles-0.22.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a927b3034d0672f62fb2ef7ea3c9fc76d063c4b15ea852d1db2dc75fe2c09696"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2035 {file = "watchfiles-0.22.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:052d668a167e9fc345c24203b104c313c86654dd6c0feb4b8a6dfc2462239249"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2036 {file = "watchfiles-0.22.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5e45fb0d70dda1623a7045bd00c9e036e6f1f6a85e4ef2c8ae602b1dfadf7550"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2037 {file = "watchfiles-0.22.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c49b76a78c156979759d759339fb62eb0549515acfe4fd18bb151cc07366629c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2038 {file = "watchfiles-0.22.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c4a65474fd2b4c63e2c18ac67a0c6c66b82f4e73e2e4d940f837ed3d2fd9d4da"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2039 {file = "watchfiles-0.22.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1cc0cba54f47c660d9fa3218158b8963c517ed23bd9f45fe463f08262a4adae1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2040 {file = "watchfiles-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94ebe84a035993bb7668f58a0ebf998174fb723a39e4ef9fce95baabb42b787f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2041 {file = "watchfiles-0.22.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:e0f0a874231e2839abbf473256efffe577d6ee2e3bfa5b540479e892e47c172d"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2042 {file = "watchfiles-0.22.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:213792c2cd3150b903e6e7884d40660e0bcec4465e00563a5fc03f30ea9c166c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2043 {file = "watchfiles-0.22.0-cp311-none-win32.whl", hash = "sha256:b44b70850f0073b5fcc0b31ede8b4e736860d70e2dbf55701e05d3227a154a67"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2044 {file = "watchfiles-0.22.0-cp311-none-win_amd64.whl", hash = "sha256:00f39592cdd124b4ec5ed0b1edfae091567c72c7da1487ae645426d1b0ffcad1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2045 {file = "watchfiles-0.22.0-cp311-none-win_arm64.whl", hash = "sha256:3218a6f908f6a276941422b035b511b6d0d8328edd89a53ae8c65be139073f84"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2046 {file = "watchfiles-0.22.0-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:c7b978c384e29d6c7372209cbf421d82286a807bbcdeb315427687f8371c340a"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2047 {file = "watchfiles-0.22.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:bd4c06100bce70a20c4b81e599e5886cf504c9532951df65ad1133e508bf20be"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2048 {file = "watchfiles-0.22.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:425440e55cd735386ec7925f64d5dde392e69979d4c8459f6bb4e920210407f2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2049 {file = "watchfiles-0.22.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:68fe0c4d22332d7ce53ad094622b27e67440dacefbaedd29e0794d26e247280c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2050 {file = "watchfiles-0.22.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a8a31bfd98f846c3c284ba694c6365620b637debdd36e46e1859c897123aa232"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2051 {file = "watchfiles-0.22.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dc2e8fe41f3cac0660197d95216c42910c2b7e9c70d48e6d84e22f577d106fc1"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2052 {file = "watchfiles-0.22.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:55b7cc10261c2786c41d9207193a85c1db1b725cf87936df40972aab466179b6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2053 {file = "watchfiles-0.22.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:28585744c931576e535860eaf3f2c0ec7deb68e3b9c5a85ca566d69d36d8dd27"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2054 {file = "watchfiles-0.22.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:00095dd368f73f8f1c3a7982a9801190cc88a2f3582dd395b289294f8975172b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2055 {file = "watchfiles-0.22.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:52fc9b0dbf54d43301a19b236b4a4614e610605f95e8c3f0f65c3a456ffd7d35"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2056 {file = "watchfiles-0.22.0-cp312-none-win32.whl", hash = "sha256:581f0a051ba7bafd03e17127735d92f4d286af941dacf94bcf823b101366249e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2057 {file = "watchfiles-0.22.0-cp312-none-win_amd64.whl", hash = "sha256:aec83c3ba24c723eac14225194b862af176d52292d271c98820199110e31141e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2058 {file = "watchfiles-0.22.0-cp312-none-win_arm64.whl", hash = "sha256:c668228833c5619f6618699a2c12be057711b0ea6396aeaece4ded94184304ea"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2059 {file = "watchfiles-0.22.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:b810a2c7878cbdecca12feae2c2ae8af59bea016a78bc353c184fa1e09f76b68"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2060 {file = "watchfiles-0.22.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:f7e1f9c5d1160d03b93fc4b68a0aeb82fe25563e12fbcdc8507f8434ab6f823c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2061 {file = "watchfiles-0.22.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:030bc4e68d14bcad2294ff68c1ed87215fbd9a10d9dea74e7cfe8a17869785ab"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2062 {file = "watchfiles-0.22.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ace7d060432acde5532e26863e897ee684780337afb775107c0a90ae8dbccfd2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2063 {file = "watchfiles-0.22.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:5834e1f8b71476a26df97d121c0c0ed3549d869124ed2433e02491553cb468c2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2064 {file = "watchfiles-0.22.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:0bc3b2f93a140df6806c8467c7f51ed5e55a931b031b5c2d7ff6132292e803d6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2065 {file = "watchfiles-0.22.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8fdebb655bb1ba0122402352b0a4254812717a017d2dc49372a1d47e24073795"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2066 {file = "watchfiles-0.22.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0c8e0aa0e8cc2a43561e0184c0513e291ca891db13a269d8d47cb9841ced7c71"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2067 {file = "watchfiles-0.22.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:2f350cbaa4bb812314af5dab0eb8d538481e2e2279472890864547f3fe2281ed"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2068 {file = "watchfiles-0.22.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:7a74436c415843af2a769b36bf043b6ccbc0f8d784814ba3d42fc961cdb0a9dc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2069 {file = "watchfiles-0.22.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:00ad0bcd399503a84cc688590cdffbe7a991691314dde5b57b3ed50a41319a31"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2070 {file = "watchfiles-0.22.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:72a44e9481afc7a5ee3291b09c419abab93b7e9c306c9ef9108cb76728ca58d2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2071 {file = "watchfiles-0.22.0.tar.gz", hash = "sha256:988e981aaab4f3955209e7e28c7794acdb690be1efa7f16f8ea5aba7ffdadacb"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2072 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2073
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2074 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
2075 name = "wcwidth"
drewp@bigasterisk.com
parents:
diff changeset
2076 version = "0.2.13"
drewp@bigasterisk.com
parents:
diff changeset
2077 summary = "Measures the displayed width of unicode strings in a terminal"
drewp@bigasterisk.com
parents:
diff changeset
2078 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2079 files = [
drewp@bigasterisk.com
parents:
diff changeset
2080 {file = "wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859"},
drewp@bigasterisk.com
parents:
diff changeset
2081 {file = "wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5"},
drewp@bigasterisk.com
parents:
diff changeset
2082 ]
drewp@bigasterisk.com
parents:
diff changeset
2083
drewp@bigasterisk.com
parents:
diff changeset
2084 [[package]]
9
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
2085 name = "webencodings"
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
2086 version = "0.5.1"
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
2087 summary = "Character encoding aliases for legacy web content"
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
2088 groups = ["default"]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
2089 files = [
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
2090 {file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
2091 {file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"},
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
2092 ]
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
2093
d1b54241a731 rewrite meeting fetcher
drewp@bigasterisk.com
parents: 8
diff changeset
2094 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2095 name = "websocket-client"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2096 version = "1.8.0"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2097 requires_python = ">=3.8"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2098 summary = "WebSocket client for Python with low level API options"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2099 groups = ["default"]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2100 files = [
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2101 {file = "websocket_client-1.8.0-py3-none-any.whl", hash = "sha256:17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2102 {file = "websocket_client-1.8.0.tar.gz", hash = "sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2103 ]
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2104
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2105 [[package]]
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2106 name = "websockets"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2107 version = "12.0"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2108 requires_python = ">=3.8"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2109 summary = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2110 groups = ["default"]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2111 files = [
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2112 {file = "websockets-12.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:5d873c7de42dea355d73f170be0f23788cf3fa9f7bed718fd2830eefedce01b4"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2113 {file = "websockets-12.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3f61726cae9f65b872502ff3c1496abc93ffbe31b278455c418492016e2afc8f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2114 {file = "websockets-12.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ed2fcf7a07334c77fc8a230755c2209223a7cc44fc27597729b8ef5425aa61a3"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2115 {file = "websockets-12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e332c210b14b57904869ca9f9bf4ca32f5427a03eeb625da9b616c85a3a506c"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2116 {file = "websockets-12.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5693ef74233122f8ebab026817b1b37fe25c411ecfca084b29bc7d6efc548f45"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2117 {file = "websockets-12.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6e9e7db18b4539a29cc5ad8c8b252738a30e2b13f033c2d6e9d0549b45841c04"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2118 {file = "websockets-12.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:6e2df67b8014767d0f785baa98393725739287684b9f8d8a1001eb2839031447"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2119 {file = "websockets-12.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:bea88d71630c5900690fcb03161ab18f8f244805c59e2e0dc4ffadae0a7ee0ca"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2120 {file = "websockets-12.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:dff6cdf35e31d1315790149fee351f9e52978130cef6c87c4b6c9b3baf78bc53"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2121 {file = "websockets-12.0-cp311-cp311-win32.whl", hash = "sha256:3e3aa8c468af01d70332a382350ee95f6986db479ce7af14d5e81ec52aa2b402"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2122 {file = "websockets-12.0-cp311-cp311-win_amd64.whl", hash = "sha256:25eb766c8ad27da0f79420b2af4b85d29914ba0edf69f547cc4f06ca6f1d403b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2123 {file = "websockets-12.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:0e6e2711d5a8e6e482cacb927a49a3d432345dfe7dea8ace7b5790df5932e4df"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2124 {file = "websockets-12.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:dbcf72a37f0b3316e993e13ecf32f10c0e1259c28ffd0a85cee26e8549595fbc"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2125 {file = "websockets-12.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:12743ab88ab2af1d17dd4acb4645677cb7063ef4db93abffbf164218a5d54c6b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2126 {file = "websockets-12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7b645f491f3c48d3f8a00d1fce07445fab7347fec54a3e65f0725d730d5b99cb"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2127 {file = "websockets-12.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9893d1aa45a7f8b3bc4510f6ccf8db8c3b62120917af15e3de247f0780294b92"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2128 {file = "websockets-12.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1f38a7b376117ef7aff996e737583172bdf535932c9ca021746573bce40165ed"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2129 {file = "websockets-12.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:f764ba54e33daf20e167915edc443b6f88956f37fb606449b4a5b10ba42235a5"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2130 {file = "websockets-12.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:1e4b3f8ea6a9cfa8be8484c9221ec0257508e3a1ec43c36acdefb2a9c3b00aa2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2131 {file = "websockets-12.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:9fdf06fd06c32205a07e47328ab49c40fc1407cdec801d698a7c41167ea45113"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2132 {file = "websockets-12.0-cp312-cp312-win32.whl", hash = "sha256:baa386875b70cbd81798fa9f71be689c1bf484f65fd6fb08d051a0ee4e79924d"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2133 {file = "websockets-12.0-cp312-cp312-win_amd64.whl", hash = "sha256:ae0a5da8f35a5be197f328d4727dbcfafa53d1824fac3d96cdd3a642fe09394f"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2134 {file = "websockets-12.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:248d8e2446e13c1d4326e0a6a4e9629cb13a11195051a73acf414812700badbd"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2135 {file = "websockets-12.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f44069528d45a933997a6fef143030d8ca8042f0dfaad753e2906398290e2870"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2136 {file = "websockets-12.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c4e37d36f0d19f0a4413d3e18c0d03d0c268ada2061868c1e6f5ab1a6d575077"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2137 {file = "websockets-12.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3d829f975fc2e527a3ef2f9c8f25e553eb7bc779c6665e8e1d52aa22800bb38b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2138 {file = "websockets-12.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:2c71bd45a777433dd9113847af751aae36e448bc6b8c361a566cb043eda6ec30"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2139 {file = "websockets-12.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:0bee75f400895aef54157b36ed6d3b308fcab62e5260703add87f44cee9c82a6"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2140 {file = "websockets-12.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:423fc1ed29f7512fceb727e2d2aecb952c46aa34895e9ed96071821309951123"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2141 {file = "websockets-12.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:27a5e9964ef509016759f2ef3f2c1e13f403725a5e6a1775555994966a66e931"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2142 {file = "websockets-12.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c3181df4583c4d3994d31fb235dc681d2aaad744fbdbf94c4802485ececdecf2"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2143 {file = "websockets-12.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:b067cb952ce8bf40115f6c19f478dc71c5e719b7fbaa511359795dfd9d1a6468"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2144 {file = "websockets-12.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:00700340c6c7ab788f176d118775202aadea7602c5cc6be6ae127761c16d6b0b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2145 {file = "websockets-12.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e469d01137942849cff40517c97a30a93ae79917752b34029f0ec72df6b46399"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2146 {file = "websockets-12.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ffefa1374cd508d633646d51a8e9277763a9b78ae71324183693959cf94635a7"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2147 {file = "websockets-12.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba0cab91b3956dfa9f512147860783a1829a8d905ee218a9837c18f683239611"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2148 {file = "websockets-12.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:2cb388a5bfb56df4d9a406783b7f9dbefb888c09b71629351cc6b036e9259370"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2149 {file = "websockets-12.0-py3-none-any.whl", hash = "sha256:dc284bbc8d7c78a6c69e0c7325ab46ee5e40bb4d50e494d8131a07ef47500e9e"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2150 {file = "websockets-12.0.tar.gz", hash = "sha256:81df9cbcbb6c260de1e007e58c011bfebe2dafc8435107b0537f393dd38c8b1b"},
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2151 ]
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2152
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
2153 [[package]]
0
drewp@bigasterisk.com
parents:
diff changeset
2154 name = "webvtt-py"
drewp@bigasterisk.com
parents:
diff changeset
2155 version = "0.5.1"
drewp@bigasterisk.com
parents:
diff changeset
2156 requires_python = ">=3.7"
drewp@bigasterisk.com
parents:
diff changeset
2157 summary = "WebVTT reader, writer and segmenter"
drewp@bigasterisk.com
parents:
diff changeset
2158 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2159 files = [
drewp@bigasterisk.com
parents:
diff changeset
2160 {file = "webvtt-py-0.5.1.tar.gz", hash = "sha256:2040dd325277ddadc1e0c6cc66cbc4a1d9b6b49b24c57a0c3364374c3e8a3dc1"},
drewp@bigasterisk.com
parents:
diff changeset
2161 {file = "webvtt_py-0.5.1-py3-none-any.whl", hash = "sha256:9d517d286cfe7fc7825e9d4e2079647ce32f5678eb58e39ef544ffbb932610b7"},
drewp@bigasterisk.com
parents:
diff changeset
2162 ]
drewp@bigasterisk.com
parents:
diff changeset
2163
drewp@bigasterisk.com
parents:
diff changeset
2164 [[package]]
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2165 name = "whoosh"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2166 version = "2.7.4"
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2167 summary = "Fast, pure-Python full text indexing, search, and spell checking library."
0
drewp@bigasterisk.com
parents:
diff changeset
2168 groups = ["default"]
drewp@bigasterisk.com
parents:
diff changeset
2169 files = [
12
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2170 {file = "Whoosh-2.7.4-py2.py3-none-any.whl", hash = "sha256:aa39c3c3426e3fd107dcb4bde64ca1e276a65a889d9085a6e4b54ba82420a852"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2171 {file = "Whoosh-2.7.4.tar.gz", hash = "sha256:7ca5633dbfa9e0e0fa400d3151a8a0c4bec53bd2ecedc0a67705b17565c31a83"},
7f36497bfac3 pdm edits in another commit since the lock diffs are probably big
drewp@bigasterisk.com
parents: 9
diff changeset
2172 {file = "Whoosh-2.7.4.zip", hash = "sha256:e0857375f63e9041e03fedd5b7541f97cf78917ac1b6b06c1fcc9b45375dda69"},
0
drewp@bigasterisk.com
parents:
diff changeset
2173 ]