Revize 57cc3beb
Přidáno uživatelem Martin Forejt před téměř 4 roky(ů)
poetry.lock | ||
---|---|---|
1 |
[[package]] |
|
2 |
name = "apscheduler" |
|
3 |
version = "3.7.0" |
|
4 |
description = "In-process task scheduler with Cron-like capabilities" |
|
5 |
category = "main" |
|
6 |
optional = false |
|
7 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" |
|
8 |
|
|
9 |
[package.dependencies] |
|
10 |
pytz = "*" |
|
11 |
six = ">=1.4.0" |
|
12 |
tzlocal = ">=2.0,<3.0" |
|
13 |
|
|
14 |
[package.extras] |
|
15 |
asyncio = ["trollius"] |
|
16 |
doc = ["sphinx", "sphinx-rtd-theme"] |
|
17 |
gevent = ["gevent"] |
|
18 |
mongodb = ["pymongo (>=3.0)"] |
|
19 |
redis = ["redis (>=3.0)"] |
|
20 |
rethinkdb = ["rethinkdb (>=2.4.0)"] |
|
21 |
sqlalchemy = ["sqlalchemy (>=0.8)"] |
|
22 |
testing = ["pytest (<6)", "pytest-cov", "pytest-tornado5", "mock", "pytest-asyncio (<0.6)", "pytest-asyncio"] |
|
23 |
tornado = ["tornado (>=4.3)"] |
|
24 |
twisted = ["twisted"] |
|
25 |
zookeeper = ["kazoo"] |
|
26 |
|
|
1 | 27 |
[[package]] |
2 | 28 |
name = "cycler" |
3 | 29 |
version = "0.10.0" |
... | ... | |
107 | 133 |
[package.dependencies] |
108 | 134 |
six = ">=1.5" |
109 | 135 |
|
136 |
[[package]] |
|
137 |
name = "pytz" |
|
138 |
version = "2021.1" |
|
139 |
description = "World timezone definitions, modern and historical" |
|
140 |
category = "main" |
|
141 |
optional = false |
|
142 |
python-versions = "*" |
|
143 |
|
|
110 | 144 |
[[package]] |
111 | 145 |
name = "recordclass" |
112 | 146 |
version = "0.14.3" |
... | ... | |
117 | 151 |
|
118 | 152 |
[[package]] |
119 | 153 |
name = "six" |
120 |
version = "1.15.0"
|
|
154 |
version = "1.16.0"
|
|
121 | 155 |
description = "Python 2 and 3 compatibility utilities" |
122 | 156 |
category = "main" |
123 | 157 |
optional = false |
124 | 158 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" |
125 | 159 |
|
160 |
[[package]] |
|
161 |
name = "tzlocal" |
|
162 |
version = "2.1" |
|
163 |
description = "tzinfo object for the local timezone" |
|
164 |
category = "main" |
|
165 |
optional = false |
|
166 |
python-versions = "*" |
|
167 |
|
|
168 |
[package.dependencies] |
|
169 |
pytz = "*" |
|
170 |
|
|
126 | 171 |
[metadata] |
127 | 172 |
lock-version = "1.1" |
128 | 173 |
python-versions = "^3.8" |
129 |
content-hash = "ee7528e0c87657eed5dd2e5bd18a5f3a9bcf2ace546c4b13c76a4a781f0b4bbf"
|
|
174 |
content-hash = "6c4a3eb9c9d005c7858ec86442c9824aa10ea6d2be7db26d77ccd4f3e12a6e9b"
|
|
130 | 175 |
|
131 | 176 |
[metadata.files] |
177 |
apscheduler = [ |
|
178 |
{file = "APScheduler-3.7.0-py2.py3-none-any.whl", hash = "sha256:c06cc796d5bb9eb3c4f77727f6223476eb67749e7eea074d1587550702a7fbe3"}, |
|
179 |
{file = "APScheduler-3.7.0.tar.gz", hash = "sha256:1cab7f2521e107d07127b042155b632b7a1cd5e02c34be5a28ff62f77c900c6a"}, |
|
180 |
] |
|
132 | 181 |
cycler = [ |
133 | 182 |
{file = "cycler-0.10.0-py2.py3-none-any.whl", hash = "sha256:1d8a5ae1ff6c5cf9b93e8811e581232ad8920aeec647c37316ceac982b08cb2d"}, |
134 | 183 |
{file = "cycler-0.10.0.tar.gz", hash = "sha256:cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8"}, |
... | ... | |
296 | 345 |
{file = "python-dateutil-2.8.1.tar.gz", hash = "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"}, |
297 | 346 |
{file = "python_dateutil-2.8.1-py2.py3-none-any.whl", hash = "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"}, |
298 | 347 |
] |
348 |
pytz = [ |
|
349 |
{file = "pytz-2021.1-py2.py3-none-any.whl", hash = "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798"}, |
|
350 |
{file = "pytz-2021.1.tar.gz", hash = "sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da"}, |
|
351 |
] |
|
299 | 352 |
recordclass = [ |
300 | 353 |
{file = "recordclass-0.14.3-cp27-cp27m-win32.whl", hash = "sha256:016a70b9e1d93e184a065a23d9bd15387c154375a166fd8868db96f362d77d94"}, |
301 | 354 |
{file = "recordclass-0.14.3-cp27-cp27m-win_amd64.whl", hash = "sha256:c9941edde67077f95e83dfd69795b2bc6cff13e05ef537b4a57cddfb8fac55f9"}, |
... | ... | |
310 | 363 |
{file = "recordclass-0.14.3.tar.gz", hash = "sha256:f2a0a42ec1128be81e28b8ba82ef1a1dccc41efbec6ecf97866915649645222f"}, |
311 | 364 |
] |
312 | 365 |
six = [ |
313 |
{file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"}, |
|
314 |
{file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"}, |
|
366 |
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, |
|
367 |
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, |
|
368 |
] |
|
369 |
tzlocal = [ |
|
370 |
{file = "tzlocal-2.1-py2.py3-none-any.whl", hash = "sha256:e2cb6c6b5b604af38597403e9852872d7f534962ae2954c7f35efcb1ccacf4a4"}, |
|
371 |
{file = "tzlocal-2.1.tar.gz", hash = "sha256:643c97c5294aedc737780a49d9df30889321cbe1204eac2c2ec6134035a92e44"}, |
|
315 | 372 |
] |
Také k dispozici: Unified diff
Feature/8731 files