diff options
author | clarkzjw <[email protected]> | 2024-04-27 21:01:15 -0700 |
---|---|---|
committer | clarkzjw <[email protected]> | 2024-04-27 21:01:15 -0700 |
commit | a3870ff91b90dac217a57eea2df5bfef64a6ee50 (patch) | |
tree | a0ad94d1095c404557673aeae9d73c057d1e8e26 /poetry.lock | |
parent | 23477dc11338f7b769c9fde95f73b18a9355c853 (diff) | |
download | Square-a3870ff91b90dac217a57eea2df5bfef64a6ee50.tar.gz |
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 319 |
1 files changed, 319 insertions, 0 deletions
diff --git a/poetry.lock b/poetry.lock new file mode 100644 index 0000000..2ba2efd --- /dev/null +++ b/poetry.lock | |||
@@ -0,0 +1,319 @@ | |||
1 | # This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. | ||
2 | |||
3 | [[package]] | ||
4 | name = "anyio" | ||
5 | version = "4.2.0" | ||
6 | description = "High level compatibility layer for multiple asynchronous event loop implementations" | ||
7 | optional = false | ||
8 | python-versions = ">=3.8" | ||
9 | files = [ | ||
10 | {file = "anyio-4.2.0-py3-none-any.whl", hash = "sha256:745843b39e829e108e518c489b31dc757de7d2131d53fac32bd8df268227bfee"}, | ||
11 | {file = "anyio-4.2.0.tar.gz", hash = "sha256:e1875bb4b4e2de1669f4bc7869b6d3f54231cdced71605e6e64c9be77e3be50f"}, | ||
12 | ] | ||
13 | |||
14 | [package.dependencies] | ||
15 | idna = ">=2.8" | ||
16 | sniffio = ">=1.1" | ||
17 | |||
18 | [package.extras] | ||
19 | doc = ["Sphinx (>=7)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx-rtd-theme"] | ||
20 | test = ["anyio[trio]", "coverage[toml] (>=7)", "exceptiongroup (>=1.2.0)", "hypothesis (>=4.0)", "psutil (>=5.9)", "pytest (>=7.0)", "pytest-mock (>=3.6.1)", "trustme", "uvloop (>=0.17)"] | ||
21 | trio = ["trio (>=0.23)"] | ||
22 | |||
23 | [[package]] | ||
24 | name = "apscheduler" | ||
25 | version = "3.10.4" | ||
26 | description = "In-process task scheduler with Cron-like capabilities" | ||
27 | optional = false | ||
28 | python-versions = ">=3.6" | ||
29 | files = [ | ||
30 | {file = "APScheduler-3.10.4-py3-none-any.whl", hash = "sha256:fb91e8a768632a4756a585f79ec834e0e27aad5860bac7eaa523d9ccefd87661"}, | ||
31 | {file = "APScheduler-3.10.4.tar.gz", hash = "sha256:e6df071b27d9be898e486bc7940a7be50b4af2e9da7c08f0744a96d4bd4cef4a"}, | ||
32 | ] | ||
33 | |||
34 | [package.dependencies] | ||
35 | pytz = "*" | ||
36 | six = ">=1.4.0" | ||
37 | tzlocal = ">=2.0,<3.dev0 || >=4.dev0" | ||
38 | |||
39 | [package.extras] | ||
40 | doc = ["sphinx", "sphinx-rtd-theme"] | ||
41 | gevent = ["gevent"] | ||
42 | mongodb = ["pymongo (>=3.0)"] | ||
43 | redis = ["redis (>=3.0)"] | ||
44 | rethinkdb = ["rethinkdb (>=2.4.0)"] | ||
45 | sqlalchemy = ["sqlalchemy (>=1.4)"] | ||
46 | testing = ["pytest", "pytest-asyncio", "pytest-cov", "pytest-tornado5"] | ||
47 | tornado = ["tornado (>=4.3)"] | ||
48 | twisted = ["twisted"] | ||
49 | zookeeper = ["kazoo"] | ||
50 | |||
51 | [[package]] | ||
52 | name = "certifi" | ||
53 | version = "2024.2.2" | ||
54 | description = "Python package for providing Mozilla's CA Bundle." | ||
55 | optional = false | ||
56 | python-versions = ">=3.6" | ||
57 | files = [ | ||
58 | {file = "certifi-2024.2.2-py3-none-any.whl", hash = "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"}, | ||
59 | {file = "certifi-2024.2.2.tar.gz", hash = "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f"}, | ||
60 | ] | ||
61 | |||
62 | [[package]] | ||
63 | name = "h11" | ||
64 | version = "0.14.0" | ||
65 | description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1" | ||
66 | optional = false | ||
67 | python-versions = ">=3.7" | ||
68 | files = [ | ||
69 | {file = "h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761"}, | ||
70 | {file = "h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d"}, | ||
71 | ] | ||
72 | |||
73 | [[package]] | ||
74 | name = "httpcore" | ||
75 | version = "1.0.2" | ||
76 | description = "A minimal low-level HTTP client." | ||
77 | optional = false | ||
78 | python-versions = ">=3.8" | ||
79 | files = [ | ||
80 | {file = "httpcore-1.0.2-py3-none-any.whl", hash = "sha256:096cc05bca73b8e459a1fc3dcf585148f63e534eae4339559c9b8a8d6399acc7"}, | ||
81 | {file = "httpcore-1.0.2.tar.gz", hash = "sha256:9fc092e4799b26174648e54b74ed5f683132a464e95643b226e00c2ed2fa6535"}, | ||
82 | ] | ||
83 | |||
84 | [package.dependencies] | ||
85 | certifi = "*" | ||
86 | h11 = ">=0.13,<0.15" | ||
87 | |||
88 | [package.extras] | ||
89 | asyncio = ["anyio (>=4.0,<5.0)"] | ||
90 | http2 = ["h2 (>=3,<5)"] | ||
91 | socks = ["socksio (==1.*)"] | ||
92 | trio = ["trio (>=0.22.0,<0.23.0)"] | ||
93 | |||
94 | [[package]] | ||
95 | name = "httpx" | ||
96 | version = "0.26.0" | ||
97 | description = "The next generation HTTP client." | ||
98 | optional = false | ||
99 | python-versions = ">=3.8" | ||
100 | files = [ | ||
101 | {file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"}, | ||
102 | {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"}, | ||
103 | ] | ||
104 | |||
105 | [package.dependencies] | ||
106 | anyio = "*" | ||
107 | certifi = "*" | ||
108 | httpcore = "==1.*" | ||
109 | idna = "*" | ||
110 | sniffio = "*" | ||
111 | |||
112 | [package.extras] | ||
113 | brotli = ["brotli", "brotlicffi"] | ||
114 | cli = ["click (==8.*)", "pygments (==2.*)", "rich (>=10,<14)"] | ||
115 | http2 = ["h2 (>=3,<5)"] | ||
116 | socks = ["socksio (==1.*)"] | ||
117 | |||
118 | [[package]] | ||
119 | name = "idna" | ||
120 | version = "3.6" | ||
121 | description = "Internationalized Domain Names in Applications (IDNA)" | ||
122 | optional = false | ||
123 | python-versions = ">=3.5" | ||
124 | files = [ | ||
125 | {file = "idna-3.6-py3-none-any.whl", hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f"}, | ||
126 | {file = "idna-3.6.tar.gz", hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca"}, | ||
127 | ] | ||
128 | |||
129 | [[package]] | ||
130 | name = "pillow" | ||
131 | version = "10.2.0" | ||
132 | description = "Python Imaging Library (Fork)" | ||
133 | optional = false | ||
134 | python-versions = ">=3.8" | ||
135 | files = [ | ||
136 | {file = "pillow-10.2.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:7823bdd049099efa16e4246bdf15e5a13dbb18a51b68fa06d6c1d4d8b99a796e"}, | ||
137 | {file = "pillow-10.2.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:83b2021f2ade7d1ed556bc50a399127d7fb245e725aa0113ebd05cfe88aaf588"}, | ||
138 | {file = "pillow-10.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6fad5ff2f13d69b7e74ce5b4ecd12cc0ec530fcee76356cac6742785ff71c452"}, | ||
139 | {file = "pillow-10.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:da2b52b37dad6d9ec64e653637a096905b258d2fc2b984c41ae7d08b938a67e4"}, | ||
140 | {file = "pillow-10.2.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:47c0995fc4e7f79b5cfcab1fc437ff2890b770440f7696a3ba065ee0fd496563"}, | ||
141 | {file = "pillow-10.2.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:322bdf3c9b556e9ffb18f93462e5f749d3444ce081290352c6070d014c93feb2"}, | ||
142 | {file = "pillow-10.2.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:51f1a1bffc50e2e9492e87d8e09a17c5eea8409cda8d3f277eb6edc82813c17c"}, | ||
143 | {file = "pillow-10.2.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:69ffdd6120a4737710a9eee73e1d2e37db89b620f702754b8f6e62594471dee0"}, | ||
144 | {file = "pillow-10.2.0-cp310-cp310-win32.whl", hash = "sha256:c6dafac9e0f2b3c78df97e79af707cdc5ef8e88208d686a4847bab8266870023"}, | ||
145 | {file = "pillow-10.2.0-cp310-cp310-win_amd64.whl", hash = "sha256:aebb6044806f2e16ecc07b2a2637ee1ef67a11840a66752751714a0d924adf72"}, | ||
146 | {file = "pillow-10.2.0-cp310-cp310-win_arm64.whl", hash = "sha256:7049e301399273a0136ff39b84c3678e314f2158f50f517bc50285fb5ec847ad"}, | ||
147 | {file = "pillow-10.2.0-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:35bb52c37f256f662abdfa49d2dfa6ce5d93281d323a9af377a120e89a9eafb5"}, | ||
148 | {file = "pillow-10.2.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9c23f307202661071d94b5e384e1e1dc7dfb972a28a2310e4ee16103e66ddb67"}, | ||
149 | {file = "pillow-10.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:773efe0603db30c281521a7c0214cad7836c03b8ccff897beae9b47c0b657d61"}, | ||
150 | {file = "pillow-10.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:11fa2e5984b949b0dd6d7a94d967743d87c577ff0b83392f17cb3990d0d2fd6e"}, | ||
151 | {file = "pillow-10.2.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:716d30ed977be8b37d3ef185fecb9e5a1d62d110dfbdcd1e2a122ab46fddb03f"}, | ||
152 | {file = "pillow-10.2.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:a086c2af425c5f62a65e12fbf385f7c9fcb8f107d0849dba5839461a129cf311"}, | ||
153 | {file = "pillow-10.2.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:c8de2789052ed501dd829e9cae8d3dcce7acb4777ea4a479c14521c942d395b1"}, | ||
154 | {file = "pillow-10.2.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:609448742444d9290fd687940ac0b57fb35e6fd92bdb65386e08e99af60bf757"}, | ||
155 | {file = "pillow-10.2.0-cp311-cp311-win32.whl", hash = "sha256:823ef7a27cf86df6597fa0671066c1b596f69eba53efa3d1e1cb8b30f3533068"}, | ||
156 | {file = "pillow-10.2.0-cp311-cp311-win_amd64.whl", hash = "sha256:1da3b2703afd040cf65ec97efea81cfba59cdbed9c11d8efc5ab09df9509fc56"}, | ||
157 | {file = "pillow-10.2.0-cp311-cp311-win_arm64.whl", hash = "sha256:edca80cbfb2b68d7b56930b84a0e45ae1694aeba0541f798e908a49d66b837f1"}, | ||
158 | {file = "pillow-10.2.0-cp312-cp312-macosx_10_10_x86_64.whl", hash = "sha256:1b5e1b74d1bd1b78bc3477528919414874748dd363e6272efd5abf7654e68bef"}, | ||
159 | {file = "pillow-10.2.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:0eae2073305f451d8ecacb5474997c08569fb4eb4ac231ffa4ad7d342fdc25ac"}, | ||
160 | {file = "pillow-10.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b7c2286c23cd350b80d2fc9d424fc797575fb16f854b831d16fd47ceec078f2c"}, | ||
161 | {file = "pillow-10.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1e23412b5c41e58cec602f1135c57dfcf15482013ce6e5f093a86db69646a5aa"}, | ||
162 | {file = "pillow-10.2.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:52a50aa3fb3acb9cf7213573ef55d31d6eca37f5709c69e6858fe3bc04a5c2a2"}, | ||
163 | {file = "pillow-10.2.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:127cee571038f252a552760076407f9cff79761c3d436a12af6000cd182a9d04"}, | ||
164 | {file = "pillow-10.2.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:8d12251f02d69d8310b046e82572ed486685c38f02176bd08baf216746eb947f"}, | ||
165 | {file = "pillow-10.2.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:54f1852cd531aa981bc0965b7d609f5f6cc8ce8c41b1139f6ed6b3c54ab82bfb"}, | ||
166 | {file = "pillow-10.2.0-cp312-cp312-win32.whl", hash = "sha256:257d8788df5ca62c980314053197f4d46eefedf4e6175bc9412f14412ec4ea2f"}, | ||
167 | {file = "pillow-10.2.0-cp312-cp312-win_amd64.whl", hash = "sha256:154e939c5f0053a383de4fd3d3da48d9427a7e985f58af8e94d0b3c9fcfcf4f9"}, | ||
168 | {file = "pillow-10.2.0-cp312-cp312-win_arm64.whl", hash = "sha256:f379abd2f1e3dddb2b61bc67977a6b5a0a3f7485538bcc6f39ec76163891ee48"}, | ||
169 | {file = "pillow-10.2.0-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:8373c6c251f7ef8bda6675dd6d2b3a0fcc31edf1201266b5cf608b62a37407f9"}, | ||
170 | {file = "pillow-10.2.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:870ea1ada0899fd0b79643990809323b389d4d1d46c192f97342eeb6ee0b8483"}, | ||
171 | {file = "pillow-10.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b4b6b1e20608493548b1f32bce8cca185bf0480983890403d3b8753e44077129"}, | ||
172 | {file = "pillow-10.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3031709084b6e7852d00479fd1d310b07d0ba82765f973b543c8af5061cf990e"}, | ||
173 | {file = "pillow-10.2.0-cp38-cp38-manylinux_2_28_aarch64.whl", hash = "sha256:3ff074fc97dd4e80543a3e91f69d58889baf2002b6be64347ea8cf5533188213"}, | ||
174 | {file = "pillow-10.2.0-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:cb4c38abeef13c61d6916f264d4845fab99d7b711be96c326b84df9e3e0ff62d"}, | ||
175 | {file = "pillow-10.2.0-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:b1b3020d90c2d8e1dae29cf3ce54f8094f7938460fb5ce8bc5c01450b01fbaf6"}, | ||
176 | {file = "pillow-10.2.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:170aeb00224ab3dc54230c797f8404507240dd868cf52066f66a41b33169bdbe"}, | ||
177 | {file = "pillow-10.2.0-cp38-cp38-win32.whl", hash = "sha256:c4225f5220f46b2fde568c74fca27ae9771536c2e29d7c04f4fb62c83275ac4e"}, | ||
178 | {file = "pillow-10.2.0-cp38-cp38-win_amd64.whl", hash = "sha256:0689b5a8c5288bc0504d9fcee48f61a6a586b9b98514d7d29b840143d6734f39"}, | ||
179 | {file = "pillow-10.2.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:b792a349405fbc0163190fde0dc7b3fef3c9268292586cf5645598b48e63dc67"}, | ||
180 | {file = "pillow-10.2.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c570f24be1e468e3f0ce7ef56a89a60f0e05b30a3669a459e419c6eac2c35364"}, | ||
181 | {file = "pillow-10.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d8ecd059fdaf60c1963c58ceb8997b32e9dc1b911f5da5307aab614f1ce5c2fb"}, | ||
182 | {file = "pillow-10.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c365fd1703040de1ec284b176d6af5abe21b427cb3a5ff68e0759e1e313a5e7e"}, | ||
183 | {file = "pillow-10.2.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:70c61d4c475835a19b3a5aa42492409878bbca7438554a1f89d20d58a7c75c01"}, | ||
184 | {file = "pillow-10.2.0-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:b6f491cdf80ae540738859d9766783e3b3c8e5bd37f5dfa0b76abdecc5081f13"}, | ||
185 | {file = "pillow-10.2.0-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9d189550615b4948f45252d7f005e53c2040cea1af5b60d6f79491a6e147eef7"}, | ||
186 | {file = "pillow-10.2.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:49d9ba1ed0ef3e061088cd1e7538a0759aab559e2e0a80a36f9fd9d8c0c21591"}, | ||
187 | {file = "pillow-10.2.0-cp39-cp39-win32.whl", hash = "sha256:babf5acfede515f176833ed6028754cbcd0d206f7f614ea3447d67c33be12516"}, | ||
188 | {file = "pillow-10.2.0-cp39-cp39-win_amd64.whl", hash = "sha256:0304004f8067386b477d20a518b50f3fa658a28d44e4116970abfcd94fac34a8"}, | ||
189 | {file = "pillow-10.2.0-cp39-cp39-win_arm64.whl", hash = "sha256:0fb3e7fc88a14eacd303e90481ad983fd5b69c761e9e6ef94c983f91025da869"}, | ||
190 | {file = "pillow-10.2.0-pp310-pypy310_pp73-macosx_10_10_x86_64.whl", hash = "sha256:322209c642aabdd6207517e9739c704dc9f9db943015535783239022002f054a"}, | ||
191 | {file = "pillow-10.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3eedd52442c0a5ff4f887fab0c1c0bb164d8635b32c894bc1faf4c618dd89df2"}, | ||
192 | {file = "pillow-10.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cb28c753fd5eb3dd859b4ee95de66cc62af91bcff5db5f2571d32a520baf1f04"}, | ||
193 | {file = "pillow-10.2.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:33870dc4653c5017bf4c8873e5488d8f8d5f8935e2f1fb9a2208c47cdd66efd2"}, | ||
194 | {file = "pillow-10.2.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:3c31822339516fb3c82d03f30e22b1d038da87ef27b6a78c9549888f8ceda39a"}, | ||
195 | {file = "pillow-10.2.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:a2b56ba36e05f973d450582fb015594aaa78834fefe8dfb8fcd79b93e64ba4c6"}, | ||
196 | {file = "pillow-10.2.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:d8e6aeb9201e655354b3ad049cb77d19813ad4ece0df1249d3c793de3774f8c7"}, | ||
197 | {file = "pillow-10.2.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl", hash = "sha256:2247178effb34a77c11c0e8ac355c7a741ceca0a732b27bf11e747bbc950722f"}, | ||
198 | {file = "pillow-10.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:15587643b9e5eb26c48e49a7b33659790d28f190fc514a322d55da2fb5c2950e"}, | ||
199 | {file = "pillow-10.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:753cd8f2086b2b80180d9b3010dd4ed147efc167c90d3bf593fe2af21265e5a5"}, | ||
200 | {file = "pillow-10.2.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:7c8f97e8e7a9009bcacbe3766a36175056c12f9a44e6e6f2d5caad06dcfbf03b"}, | ||
201 | {file = "pillow-10.2.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:d1b35bcd6c5543b9cb547dee3150c93008f8dd0f1fef78fc0cd2b141c5baf58a"}, | ||
202 | {file = "pillow-10.2.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:fe4c15f6c9285dc54ce6553a3ce908ed37c8f3825b5a51a15c91442bb955b868"}, | ||
203 | {file = "pillow-10.2.0.tar.gz", hash = "sha256:e87f0b2c78157e12d7686b27d63c070fd65d994e8ddae6f328e0dcf4a0cd007e"}, | ||
204 | ] | ||
205 | |||
206 | [package.extras] | ||
207 | docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-inline-tabs", "sphinx-removed-in", "sphinxext-opengraph"] | ||
208 | fpx = ["olefile"] | ||
209 | mic = ["olefile"] | ||
210 | tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"] | ||
211 | typing = ["typing-extensions"] | ||
212 | xmp = ["defusedxml"] | ||
213 | |||
214 | [[package]] | ||
215 | name = "pyexiftool" | ||
216 | version = "0.5.6" | ||
217 | description = "Python wrapper for exiftool" | ||
218 | optional = false | ||
219 | python-versions = ">=3.6" | ||
220 | files = [ | ||
221 | {file = "PyExifTool-0.5.6-py3-none-any.whl", hash = "sha256:ac7d7836d2bf373f20aa558528f6b2222c4c0d896ed28c951a3ff8e6cec05a87"}, | ||
222 | {file = "PyExifTool-0.5.6.tar.gz", hash = "sha256:22a972c1c212d1ad5f61916fded5057333dcc48fb8e42eed12d2ff9665b367ae"}, | ||
223 | ] | ||
224 | |||
225 | [package.extras] | ||
226 | docs = ["packaging", "sphinx", "sphinx-autoapi", "sphinx-autodoc-typehints", "sphinx-rtd-theme"] | ||
227 | json = ["orjson", "simplejson", "ujson"] | ||
228 | test = ["packaging"] | ||
229 | |||
230 | [[package]] | ||
231 | name = "python-telegram-bot" | ||
232 | version = "20.8" | ||
233 | description = "We have made you a wrapper you can't refuse" | ||
234 | optional = false | ||
235 | python-versions = ">=3.8" | ||
236 | files = [ | ||
237 | {file = "python-telegram-bot-20.8.tar.gz", hash = "sha256:0e1e4a6dbce3f4ba606990d66467a5a2d2018368fe44756fae07410a74e960dc"}, | ||
238 | {file = "python_telegram_bot-20.8-py3-none-any.whl", hash = "sha256:a98ddf2f237d6584b03a2f8b20553e1b5e02c8d3a1ea8e17fd06cc955af78c14"}, | ||
239 | ] | ||
240 | |||
241 | [package.dependencies] | ||
242 | httpx = ">=0.26.0,<0.27.0" | ||
243 | |||
244 | [package.extras] | ||
245 | all = ["APScheduler (>=3.10.4,<3.11.0)", "aiolimiter (>=1.1.0,<1.2.0)", "cachetools (>=5.3.2,<5.4.0)", "cryptography (>=39.0.1)", "httpx[http2]", "httpx[socks]", "pytz (>=2018.6)", "tornado (>=6.4,<7.0)"] | ||
246 | callback-data = ["cachetools (>=5.3.2,<5.4.0)"] | ||
247 | ext = ["APScheduler (>=3.10.4,<3.11.0)", "aiolimiter (>=1.1.0,<1.2.0)", "cachetools (>=5.3.2,<5.4.0)", "pytz (>=2018.6)", "tornado (>=6.4,<7.0)"] | ||
248 | http2 = ["httpx[http2]"] | ||
249 | job-queue = ["APScheduler (>=3.10.4,<3.11.0)", "pytz (>=2018.6)"] | ||
250 | passport = ["cryptography (>=39.0.1)"] | ||
251 | rate-limiter = ["aiolimiter (>=1.1.0,<1.2.0)"] | ||
252 | socks = ["httpx[socks]"] | ||
253 | webhooks = ["tornado (>=6.4,<7.0)"] | ||
254 | |||
255 | [[package]] | ||
256 | name = "pytz" | ||
257 | version = "2024.1" | ||
258 | description = "World timezone definitions, modern and historical" | ||
259 | optional = false | ||
260 | python-versions = "*" | ||
261 | files = [ | ||
262 | {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"}, | ||
263 | {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"}, | ||
264 | ] | ||
265 | |||
266 | [[package]] | ||
267 | name = "six" | ||
268 | version = "1.16.0" | ||
269 | description = "Python 2 and 3 compatibility utilities" | ||
270 | optional = false | ||
271 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" | ||
272 | files = [ | ||
273 | {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, | ||
274 | {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, | ||
275 | ] | ||
276 | |||
277 | [[package]] | ||
278 | name = "sniffio" | ||
279 | version = "1.3.0" | ||
280 | description = "Sniff out which async library your code is running under" | ||
281 | optional = false | ||
282 | python-versions = ">=3.7" | ||
283 | files = [ | ||
284 | {file = "sniffio-1.3.0-py3-none-any.whl", hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384"}, | ||
285 | {file = "sniffio-1.3.0.tar.gz", hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101"}, | ||
286 | ] | ||
287 | |||
288 | [[package]] | ||
289 | name = "tzdata" | ||
290 | version = "2024.1" | ||
291 | description = "Provider of IANA time zone data" | ||
292 | optional = false | ||
293 | python-versions = ">=2" | ||
294 | files = [ | ||
295 | {file = "tzdata-2024.1-py2.py3-none-any.whl", hash = "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252"}, | ||
296 | {file = "tzdata-2024.1.tar.gz", hash = "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd"}, | ||
297 | ] | ||
298 | |||
299 | [[package]] | ||
300 | name = "tzlocal" | ||
301 | version = "5.2" | ||
302 | description = "tzinfo object for the local timezone" | ||
303 | optional = false | ||
304 | python-versions = ">=3.8" | ||
305 | files = [ | ||
306 | {file = "tzlocal-5.2-py3-none-any.whl", hash = "sha256:49816ef2fe65ea8ac19d19aa7a1ae0551c834303d5014c6d5a62e4cbda8047b8"}, | ||
307 | {file = "tzlocal-5.2.tar.gz", hash = "sha256:8d399205578f1a9342816409cc1e46a93ebd5755e39ea2d85334bea911bf0e6e"}, | ||
308 | ] | ||
309 | |||
310 | [package.dependencies] | ||
311 | tzdata = {version = "*", markers = "platform_system == \"Windows\""} | ||
312 | |||
313 | [package.extras] | ||
314 | devenv = ["check-manifest", "pytest (>=4.3)", "pytest-cov", "pytest-mock (>=3.3)", "zest.releaser"] | ||
315 | |||
316 | [metadata] | ||
317 | lock-version = "2.0" | ||
318 | python-versions = "^3.11" | ||
319 | content-hash = "7c921cccb70d0c606ea7bd4658e8f807233f5e1cc1a9cfae25bc7d4b87a340a7" | ||